summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-12-03 22:20:52 +0100
committerClément Bœsch <ubitux@gmail.com>2012-12-11 04:28:08 +0100
commitfd3cdcaf5f4d4f21e61491f19742092f855e93ac (patch)
treec84860daca433ca05e14f94be56f45e5f27bce7c /libavfilter/Makefile
parent80e5c51d7324f651d3591a62c11f412596be4240 (diff)
lavfi: remove mp=denoise3d filter.
hqdn3d was meant to be a more efficient denoise3d filter, is supported natively, and is faster on my computer thanks to the ASM optimisations.
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 377bd4d701..191e3e13c5 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -160,7 +160,6 @@ OBJS-$(CONFIG_NULLSINK_FILTER) += vsink_nullsink.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/mp_image.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/img_format.o
-OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_denoise3d.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_detc.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_dint.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_divtc.o