diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-16 11:05:36 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-16 11:05:36 +0000 |
commit | 006aa1a4c2307209ad11c3ad0ad1d888c8df98fe (patch) | |
tree | 85af93f110b3659db117614b4051cf3737b83155 /libavfilter/Makefile | |
parent | 864a0742134187260257396d9de3c8c06d5d1122 (diff) | |
download | ffmpeg-006aa1a4c2307209ad11c3ad0ad1d888c8df98fe.tar.gz |
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/Makefile | 2 |
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 |