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

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


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sun May  5 14:46:41 2024 +0200| [dd246bdc0f21c00116331b78b22706a3fb46acb5] | committer: Andreas Rheinhardt

avfilter/Makefile: Add missing guided->framesync dependency

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

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

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

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 5543b6bf81..91a0bf913b 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -331,7 +331,7 @@ OBJS-$(CONFIG_GRADFUN_FILTER)                += vf_gradfun.o
 OBJS-$(CONFIG_GRAPHMONITOR_FILTER)           += f_graphmonitor.o
 OBJS-$(CONFIG_GRAYWORLD_FILTER)              += vf_grayworld.o
 OBJS-$(CONFIG_GREYEDGE_FILTER)               += vf_colorconstancy.o
-OBJS-$(CONFIG_GUIDED_FILTER)                 += vf_guided.o
+OBJS-$(CONFIG_GUIDED_FILTER)                 += vf_guided.o framesync.o
 OBJS-$(CONFIG_HALDCLUT_FILTER)               += vf_lut3d.o framesync.o
 OBJS-$(CONFIG_HFLIP_FILTER)                  += vf_hflip.o
 OBJS-$(CONFIG_HFLIP_VULKAN_FILTER)           += vf_flip_vulkan.o vulkan.o



More information about the ffmpeg-cvslog mailing list