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