diff mbox series

[FFmpeg-devel] lavfi/Makefile: fix vf_cropdetect missed edge_common

Message ID 20231118022607.3701828-1-mypopydev@gmail.com
State Accepted
Commit 2d4aef8982791b59000a01ba334a8a3bd3a8d5b3
Headers show
Series [FFmpeg-devel] lavfi/Makefile: fix vf_cropdetect missed edge_common | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Jun Zhao Nov. 18, 2023, 2:26 a.m. UTC
fix #10664

vf_cropdetect depends on edge_common, it's missing in Makefile

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
---
 libavfilter/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Sabatini Nov. 18, 2023, 7:22 p.m. UTC | #1
On date Saturday 2023-11-18 10:26:07 +0800, Jun Zhao wrote:
> fix #10664
> 
> vf_cropdetect depends on edge_common, it's missing in Makefile
> 
> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
> ---
>  libavfilter/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.
diff mbox series

Patch

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 603b532ad0..de51c2a403 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -255,7 +255,7 @@  OBJS-$(CONFIG_COREIMAGE_FILTER)              += vf_coreimage.o
 OBJS-$(CONFIG_CORR_FILTER)                   += vf_corr.o framesync.o
 OBJS-$(CONFIG_COVER_RECT_FILTER)             += vf_cover_rect.o lavfutils.o
 OBJS-$(CONFIG_CROP_FILTER)                   += vf_crop.o
-OBJS-$(CONFIG_CROPDETECT_FILTER)             += vf_cropdetect.o
+OBJS-$(CONFIG_CROPDETECT_FILTER)             += vf_cropdetect.o edge_common.o
 OBJS-$(CONFIG_CUE_FILTER)                    += f_cue.o
 OBJS-$(CONFIG_CURVES_FILTER)                 += vf_curves.o
 OBJS-$(CONFIG_DATASCOPE_FILTER)              += vf_datascope.o