summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/Makefile
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-06 23:30:23 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-06 23:30:23 +0000
commit36e4ad3058a1fea814de21193d9773c66e1b594c (patch)
tree1665b1de3cba1ff1f5453a065f55afed34e4d501 /libmpcodecs/Makefile
parentd58d3ace15eb8dfe94d1b6d559e9a10a7006c82f (diff)
downloadmpv-36e4ad3058a1fea814de21193d9773c66e1b594c.tar.bz2
mpv-36e4ad3058a1fea814de21193d9773c66e1b594c.tar.xz
yet another deinterlacing filter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18609 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 5f6cc739e5..331f6d7abe 100644
--- a/libmpcodecs/Makefile
+++ b/libmpcodecs/Makefile
@@ -149,6 +149,7 @@ VFILTER_SRCS=vf.c \
vf_yuy2.c \
vf_yvu9.c \
vf_screenshot.c \
+ vf_yadif.c \
VFILTER_LAVC_SRCS += vf_lavc.c \
vf_lavcdeint.c \