Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-06-02 00:30:00 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-06-02 00:35:20 +0400
commitec34963276fc03fc0730bd0be264ff9b7f3145fb (patch)
tree46df24a3444b5b609fd1ae365f58409d57d54bd4 /libavfilter/Makefile
parent5fa252b212d1e042262e000ad1e3af3e0c91377c (diff)
lavfi/mp: drop mcdeint wrapper
It was ported to a native libavfilter filter.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index b3e8cd3062..9cda4fa31b 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -220,7 +220,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_eq.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_fil.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_fspp.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_ilpack.o
-OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_mcdeint.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_perspective.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_phase.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_pp7.o