summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-05-09 12:58:23 +0200
committerPaul B Mahol <onemda@gmail.com>2018-09-13 11:22:22 +0200
commit544fde1bf827a9664f0c091dda78248573d1701d (patch)
tree67219c5f180341fd005e87dcf017e0ba51cc3900 /libavfilter/Makefile
parentecf38be7c7f50a08e5a1f3cd9eea06fc5594d010 (diff)
avfilter: add bm3d filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index f15e520d5d..190ce2861c 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -158,6 +158,7 @@ OBJS-$(CONFIG_BITPLANENOISE_FILTER) += vf_bitplanenoise.o
OBJS-$(CONFIG_BLACKDETECT_FILTER) += vf_blackdetect.o
OBJS-$(CONFIG_BLACKFRAME_FILTER) += vf_blackframe.o
OBJS-$(CONFIG_BLEND_FILTER) += vf_blend.o framesync.o
+OBJS-$(CONFIG_BM3D_FILTER) += vf_bm3d.o
OBJS-$(CONFIG_BOXBLUR_FILTER) += vf_boxblur.o boxblur.o
OBJS-$(CONFIG_BOXBLUR_OPENCL_FILTER) += vf_avgblur_opencl.o opencl.o \
opencl/avgblur.o boxblur.o