aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-03-02 15:51:26 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-03-04 12:31:06 +0100
commit409a3bda07dcff8c5d2672f4d89e61fddbd6f40e (patch)
tree01815fda9edad8fcc5f5aed3864224596f5246f8 /libavfilter/Makefile
parent37fca5daa0bed1fdb651dfc1c38a3b47f79c58a5 (diff)
downloadffmpeg-409a3bda07dcff8c5d2672f4d89e61fddbd6f40e.tar.gz
lavfi: add blackdetect filter
Address trac ticket #901.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 6e7379c492..df3a27f2b9 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -48,6 +48,7 @@ OBJS-$(CONFIG_ABUFFERSINK_FILTER) += sink_buffer.o
OBJS-$(CONFIG_ANULLSINK_FILTER) += asink_anullsink.o
OBJS-$(CONFIG_ASS_FILTER) += vf_ass.o
+OBJS-$(CONFIG_BLACKDETECT_FILTER) += vf_blackdetect.o
OBJS-$(CONFIG_BLACKFRAME_FILTER) += vf_blackframe.o
OBJS-$(CONFIG_BOXBLUR_FILTER) += vf_boxblur.o
OBJS-$(CONFIG_COPY_FILTER) += vf_copy.o