aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-11-11 23:18:03 +0100
committerClément Bœsch <ubitux@gmail.com>2012-11-11 23:18:12 +0100
commit3a7f00810c26f478b31e1c2d99ccb1da49ea02e4 (patch)
tree07fb5c590e71f9b441320038c08a0561f46887fc /libavfilter/Makefile
parent8eecbaf5e40663caf2db4600324741d35c60bc58 (diff)
downloadffmpeg-3a7f00810c26f478b31e1c2d99ccb1da49ea02e4.tar.gz
lavfi: remove mp=geq filter.
Native geq video filter is now available.
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 9eb821dab6..226ddcc946 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -171,7 +171,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_eq.o
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_geq.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