Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-16 14:05:36 +0300
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-16 14:05:36 +0300
commit006aa1a4c2307209ad11c3ad0ad1d888c8df98fe (patch)
tree85af93f110b3659db117614b4051cf3737b83155 /libavfilter/Makefile
parent864a0742134187260257396d9de3c8c06d5d1122 (diff)
Implement null video sink.
Originally committed as revision 21242 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 08d60800f4..fd95e35c80 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -22,4 +22,6 @@ OBJS-$(CONFIG_VFLIP_FILTER) += vf_vflip.o
OBJS-$(CONFIG_NULLSRC_FILTER) += vsrc_nullsrc.o
+OBJS-$(CONFIG_NULLSINK_FILTER) += vsink_nullsink.o
+
include $(SUBDIR)../subdir.mak