summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-09-25 01:56:58 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-09-25 01:56:58 +0000
commit1ee410f330d3b57b0ea1ccb915977f2ba4d99815 (patch)
tree735cbaa2b222cd3e8231fad931d2294266f9a527 /libavfilter/Makefile
parent6afd569e1df3cb02f89f85d9bc70e53edc1d23c6 (diff)
Add asrc_anullsrc - null audio source.
Based on a patch by "S.N. Hemanth Meenakshisundaram" smeenaks!ucsd!edu. Originally committed as revision 25188 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 3fe15daac1..29fbb62fe0 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -16,6 +16,8 @@ OBJS = allfilters.o \
OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o
+OBJS-$(CONFIG_ANULLSRC_FILTER) += asrc_anullsrc.o
+
OBJS-$(CONFIG_ASPECT_FILTER) += vf_aspect.o
OBJS-$(CONFIG_CROP_FILTER) += vf_crop.o
OBJS-$(CONFIG_FIFO_FILTER) += vf_fifo.o