summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/Makefile
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-06 00:11:13 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-06 00:11:13 +0000
commitf31bc72365d6218cc0a02ae8f2fab7c77060f58d (patch)
treec5663809641e5776a58d509b9a735ec5bd84549e /libmpcodecs/Makefile
parentcf063c0e6fcdda1ea450224c7db181a87a4b6f6e (diff)
downloadmpv-f31bc72365d6218cc0a02ae8f2fab7c77060f58d.tar.bz2
mpv-f31bc72365d6218cc0a02ae8f2fab7c77060f58d.tar.xz
Motion compensating deinterlacer
note, the code could probably benefit from some finetuning / experimentation in case anyone is bored ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18591 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 22f197570e..5f6cc739e5 100644
--- a/libmpcodecs/Makefile
+++ b/libmpcodecs/Makefile
@@ -157,6 +157,7 @@ VFILTER_LAVC_DSPUTIL_SRCS += vf_uspp.c \
vf_fspp.c \
vf_qp.c \
vf_spp.c \
+ vf_mcdeint.c \
ifeq ($(CONFIG_LIBPOSTPROC),yes)
VFILTER_SRCS += vf_pp.c