aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-16 10:43:53 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-16 10:43:53 +0000
commitdd08b83c876275ae4741225a4820997c935b956d (patch)
tree6ecfa50d3f7873c16e546f861e76d9fe835c206a /libavfilter/Makefile
parente1bb0364f848978785a956dcb209d025427a5f77 (diff)
downloadffmpeg-dd08b83c876275ae4741225a4820997c935b956d.tar.gz
Implement null video source.
Originally committed as revision 21240 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 b8a8772bae..08d60800f4 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -20,4 +20,6 @@ OBJS-$(CONFIG_SCALE_FILTER) += vf_scale.o
OBJS-$(CONFIG_SLICIFY_FILTER) += vf_slicify.o
OBJS-$(CONFIG_VFLIP_FILTER) += vf_vflip.o
+OBJS-$(CONFIG_NULLSRC_FILTER) += vsrc_nullsrc.o
+
include $(SUBDIR)../subdir.mak