summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-10-18 09:44:33 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-10-18 09:44:33 +0000
commit7b018b1d7da7ff68310de8735772cdb2f044888d (patch)
tree78765981e3fa12faaff4a454208ddd1942ede1d5 /libavfilter/Makefile
parent930aa451321c4e44fb3663f34dfee024001d0aff (diff)
Add the null video filter.
Originally committed as revision 20275 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index ccf7909c0b..e79eb47da4 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -11,6 +11,6 @@ OBJS = allfilters.o \
defaults.o \
formats.o \
-#OBJS-$(CONFIG_XXX_FILTER) += vf_xxx.o
+OBJS-$(CONFIG_NULL_FILTER) += vf_null.o
include $(SUBDIR)../subdir.mak