projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add the null video filter.
[libav.git]
/
libavfilter
/
Makefile
diff --git
a/libavfilter/Makefile
b/libavfilter/Makefile
index
ccf7909
..
e79eb47
100644
(file)
--- 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