[FFmpeg-devel] [PATCH] lavf/vf_scale: Add framesync dependency to Makefile
Frank Plowman
post at frankplowman.com
Wed May 8 00:04:20 EEST 2024
Since e82a3997cdd6c0894869b33ba42430ac3c57fb3b, the scale filter has
depended on FFFrameSync. Reflect this in the Makefile, fixing compile
errors under some configurations.
Signed-off-by: Frank Plowman <post at frankplowman.com>
---
libavfilter/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 8571e9e2af..5f80900a53 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -455,7 +455,7 @@ OBJS-$(CONFIG_ROBERTS_OPENCL_FILTER) += vf_convolution_opencl.o opencl.o
opencl/convolution.o
OBJS-$(CONFIG_ROTATE_FILTER) += vf_rotate.o
OBJS-$(CONFIG_SAB_FILTER) += vf_sab.o
-OBJS-$(CONFIG_SCALE_FILTER) += vf_scale.o scale_eval.o
+OBJS-$(CONFIG_SCALE_FILTER) += vf_scale.o scale_eval.o framesync.o
OBJS-$(CONFIG_SCALE_CUDA_FILTER) += vf_scale_cuda.o scale_eval.o \
vf_scale_cuda.ptx.o cuda/load_helper.o
OBJS-$(CONFIG_SCALE_NPP_FILTER) += vf_scale_npp.o scale_eval.o
--
2.44.0
More information about the ffmpeg-devel
mailing list