summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-02-09 21:01:54 +0000
committerPaul B Mahol <onemda@gmail.com>2013-02-09 21:43:39 +0000
commitc0a8918f2af754d0c2ef3d975d74777ce1370b6a (patch)
tree64485960cc3c9c414dc912ba8a7995e78a6fa9c1 /libavfilter/Makefile
parent6e9abce5e2d2e1ed51fbf4cb7bc69b89d0a8aa96 (diff)
lavfi: remove mp=il filter
Native il video filter is now available. Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 7f17e42346..9158188ac9 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -189,7 +189,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_fil.o
#OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_filmdint.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_fspp.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_harddup.o
-OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_il.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_ilpack.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_ivtc.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_kerndeint.o