summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/Makefile
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-15 09:18:44 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-15 09:18:44 +0000
commit761c684fc880d8f665eca8fa7ff1f4603dd3c5f1 (patch)
treee37dc5f662131b3a4c2afc9a55f273950b9e2005 /libmpcodecs/Makefile
parentee0a29934a4a5aee43e165eb701dbebbc8c33c3b (diff)
downloadmpv-761c684fc880d8f665eca8fa7ff1f4603dd3c5f1.tar.bz2
mpv-761c684fc880d8f665eca8fa7ff1f4603dd3c5f1.tar.xz
new black frame detection filter
by Brian J. Murrell, Julian Hall and me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19099 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/Makefile')
-rw-r--r--libmpcodecs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile
index a34ddca630..ceb9476f9f 100644
--- a/libmpcodecs/Makefile
+++ b/libmpcodecs/Makefile
@@ -120,6 +120,7 @@ VFILTER_SRCS=vf.c \
pullup.c \
vf_1bpp.c \
vf_2xsai.c \
+ vf_blackframe.c \
vf_bmovl.c \
vf_boxblur.c \
vf_crop.c \