summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorThilo Borgmann <thilo.borgmann@mail.de>2022-05-24 11:20:14 +0200
committerThilo Borgmann <thilo.borgmann@mail.de>2022-05-24 11:21:36 +0200
commit9cb9da62a3591f916cb9e673ae29f924e5c7659f (patch)
tree3205a92dab5e41f38ab4d6c6839661fd285564c9 /libavfilter/Makefile
parent6b32ad59c8fe16fc792ca5a468b95ce5232ff6d1 (diff)
downloadffmpeg-9cb9da62a3591f916cb9e673ae29f924e5c7659f.tar.gz
avfilter: Add blockdetect 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 78ccfa37d3..e0e4d0de2c 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -197,6 +197,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_BLOCKDETECT_FILTER) += vf_blockdetect.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