diff options
author | S.N. Hemanth Meenakshisundaram <smeenaks@ucsd.edu> | 2010-09-25 01:57:01 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-25 01:57:01 +0000 |
commit | f0a5543898dad040b8f2d1b44fb6b278c06c3460 (patch) | |
tree | ba517498bfc261423488ccaacdc621cbe7288a1c /libavfilter/Makefile | |
parent | 1ee410f330d3b57b0ea1ccb915977f2ba4d99815 (diff) | |
download | ffmpeg-f0a5543898dad040b8f2d1b44fb6b278c06c3460.tar.gz |
Add asink_anullsink - null audio sink.
Patch by "S.N. Hemanth Meenakshisundaram" /smeenaks/ucsd/edu.
Originally committed as revision 25189 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 29fbb62fe0..39c4b3b47b 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -18,6 +18,8 @@ OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o OBJS-$(CONFIG_ANULLSRC_FILTER) += asrc_anullsrc.o +OBJS-$(CONFIG_ANULLSINK_FILTER) += asink_anullsink.o + OBJS-$(CONFIG_ASPECT_FILTER) += vf_aspect.o OBJS-$(CONFIG_CROP_FILTER) += vf_crop.o OBJS-$(CONFIG_FIFO_FILTER) += vf_fifo.o |