aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-10-31 19:02:57 +0100
committerClément Bœsch <ubitux@gmail.com>2012-10-31 19:28:02 +0100
commitf53112b665828fa2c2a99e4233b0d9a66e807ff6 (patch)
treecab03979708913f00e137e6b2bf15857e94ae753 /libavfilter/Makefile
parentadc39b28a5264591b9f8e5838a752c3d547e8110 (diff)
downloadffmpeg-f53112b665828fa2c2a99e4233b0d9a66e807ff6.tar.gz
lavfi: remove hqdn3d libmpcodecs wrapper.
The native filter was ported from the MPlayer project when the mp wrapper didn't even exist, and when mp=hqdn3d was added, it was already obsolete.
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 5fbfe17574..0ab0633f95 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -173,7 +173,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_fixpts.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_hqdn3d.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