[FFmpeg-cvslog] avfilter/Makefile: Add missing multiply->framesync dependency

Andreas Rheinhardt git at videolan.org
Wed May 8 01:04:16 EEST 2024


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sun May  5 15:04:24 2024 +0200| [afda5ee7b9aca092bf38dc0092d7f6413b015d22] | committer: Andreas Rheinhardt

avfilter/Makefile: Add missing multiply->framesync dependency

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=afda5ee7b9aca092bf38dc0092d7f6413b015d22
---

 libavfilter/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 91a0bf913b..08c60f782f 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -393,7 +393,7 @@ OBJS-$(CONFIG_MIX_FILTER)                    += vf_mix.o framesync.o
 OBJS-$(CONFIG_MONOCHROME_FILTER)             += vf_monochrome.o
 OBJS-$(CONFIG_MORPHO_FILTER)                 += vf_morpho.o
 OBJS-$(CONFIG_MPDECIMATE_FILTER)             += vf_mpdecimate.o
-OBJS-$(CONFIG_MULTIPLY_FILTER)               += vf_multiply.o
+OBJS-$(CONFIG_MULTIPLY_FILTER)               += vf_multiply.o framesync.o
 OBJS-$(CONFIG_NEGATE_FILTER)                 += vf_negate.o
 OBJS-$(CONFIG_NLMEANS_FILTER)                += vf_nlmeans.o
 OBJS-$(CONFIG_NLMEANS_OPENCL_FILTER)         += vf_nlmeans_opencl.o opencl.o opencl/nlmeans.o



More information about the ffmpeg-cvslog mailing list