summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-08-14 21:34:01 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-08-16 14:13:54 +0200
commit6efce3a894d497e045ba85555efaa4abfd685ba3 (patch)
treed79b850bd0e697f46e40c7d39c7755d6cb33edba /libavfilter/Makefile
parente701b0cf7553202085840d3bfd1aff432b4de513 (diff)
lavfi/mp: remove hue wrapped filter
hue was integrated as 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 b6aeb76853..a73f5934da 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -167,7 +167,6 @@ 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_hqdn3d.o
-OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_hue.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