diff options
author | S.N. Hemanth Meenakshisundaram <smeenaks@ucsd.edu> | 2010-08-20 23:16:51 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-20 23:16:51 +0000 |
commit | 99046339fca92d631404b47b041e98afa28659ed (patch) | |
tree | 26b23e97aa05611c7b0bc3eacab8a527c189e296 /libavfilter/Makefile | |
parent | f59e9eaf78c28026ebc540b5767c7fe9f11590fc (diff) | |
download | ffmpeg-99046339fca92d631404b47b041e98afa28659ed.tar.gz |
Add null audio filter.
Patch by S.N. Hemanth Meenakshisundaram -af smeenaks,ucsd,edu.
Originally committed as revision 24856 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 72c510a4fd..443a5c62fe 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -14,6 +14,8 @@ OBJS = allfilters.o \ graphparser.o \ parseutils.o \ +OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o + OBJS-$(CONFIG_ASPECT_FILTER) += vf_aspect.o OBJS-$(CONFIG_CROP_FILTER) += vf_crop.o OBJS-$(CONFIG_FORMAT_FILTER) += vf_format.o |