diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-27 21:40:43 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-27 21:40:43 +0000 |
commit | fcbed3c73554d7edeb0f7431e25d64a387d65ff2 (patch) | |
tree | 6c493e67bfc11973f5753d4fe2636f9adcaaab26 /libavfilter/Makefile | |
parent | 51135d1d8e113aef5dbafd578460daeb92972c7f (diff) | |
download | ffmpeg-fcbed3c73554d7edeb0f7431e25d64a387d65ff2.tar.gz |
Add format and noformat filters.
Originally committed as revision 20390 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index f411d31528..84fde6074c 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -12,6 +12,8 @@ OBJS = allfilters.o \ formats.o \ OBJS-$(CONFIG_CROP_FILTER) += vf_crop.o +OBJS-$(CONFIG_FORMAT_FILTER) += vf_format.o +OBJS-$(CONFIG_NOFORMAT_FILTER) += vf_format.o OBJS-$(CONFIG_NULL_FILTER) += vf_null.o OBJS-$(CONFIG_VFLIP_FILTER) += vf_vflip.o |