aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorThilo Borgmann <thilo.borgmann@mail.de>2022-04-25 00:07:04 +0200
committerThilo Borgmann <thilo.borgmann@mail.de>2022-04-25 20:52:15 +0200
commitb23208826bfb9ac2cba9736e066ea6b82f6207b9 (patch)
treebb8c70f277efbbfdbd2c43107a49d3159a42f742 /libavfilter/Makefile
parent22df52c444252d1df29244ca99b51911a1e0eb58 (diff)
downloadffmpeg-b23208826bfb9ac2cba9736e066ea6b82f6207b9.tar.gz
lavfi: Add blurdetect filter
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 38ca379e5a..1db097b464 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -195,6 +195,7 @@ 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_BLEND_VULKAN_FILTER) += vf_blend_vulkan.o framesync.o vulkan.o vulkan_filter.o
+OBJS-$(CONFIG_BLURDETECT_FILTER) += vf_blurdetect.o edge_common.o
OBJS-$(CONFIG_BM3D_FILTER) += vf_bm3d.o framesync.o
OBJS-$(CONFIG_BOXBLUR_FILTER) += vf_boxblur.o boxblur.o
OBJS-$(CONFIG_BOXBLUR_OPENCL_FILTER) += vf_avgblur_opencl.o opencl.o \