diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-10-11 14:00:40 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-10-11 14:00:40 +0000 |
commit | 214c0d420b696318329aa7da0aeb439970e5bb79 (patch) | |
tree | 769e99965d6ae0d64ffad56c817980a83108c9ef /libavfilter/Makefile | |
parent | ad64a807a9bb4b6b89d6b09401f857b1b6c8f96f (diff) | |
download | ffmpeg-214c0d420b696318329aa7da0aeb439970e5bb79.tar.gz |
Implement settb filter.
Originally committed as revision 25445 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 74e55bbfad..597e5322fd 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -35,6 +35,7 @@ OBJS-$(CONFIG_PAD_FILTER) += vf_pad.o OBJS-$(CONFIG_PIXDESCTEST_FILTER) += vf_pixdesctest.o OBJS-$(CONFIG_PIXELASPECT_FILTER) += vf_aspect.o OBJS-$(CONFIG_SCALE_FILTER) += vf_scale.o +OBJS-$(CONFIG_SETTB_FILTER) += vf_settb.o OBJS-$(CONFIG_SLICIFY_FILTER) += vf_slicify.o OBJS-$(CONFIG_UNSHARP_FILTER) += vf_unsharp.o OBJS-$(CONFIG_VFLIP_FILTER) += vf_vflip.o |