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

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


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sun May  5 13:03:34 2024 +0200| [db53ee915d220679f4193d322cde678a44580641] | committer: Andreas Rheinhardt

avfilter/Makefile: Add missing colormap->framesync dependency

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

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

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

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 5c6568689b..cb45697251 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -240,7 +240,7 @@ OBJS-$(CONFIG_COLORKEY_OPENCL_FILTER)        += vf_colorkey_opencl.o opencl.o \
                                                 opencl/colorkey.o
 OBJS-$(CONFIG_COLORHOLD_FILTER)              += vf_colorkey.o
 OBJS-$(CONFIG_COLORLEVELS_FILTER)            += vf_colorlevels.o
-OBJS-$(CONFIG_COLORMAP_FILTER)               += vf_colormap.o
+OBJS-$(CONFIG_COLORMAP_FILTER)               += vf_colormap.o framesync.o
 OBJS-$(CONFIG_COLORMATRIX_FILTER)            += vf_colormatrix.o
 OBJS-$(CONFIG_COLORSPACE_FILTER)             += vf_colorspace.o colorspacedsp.o
 OBJS-$(CONFIG_COLORSPACE_CUDA_FILTER)        += vf_colorspace_cuda.o \



More information about the ffmpeg-cvslog mailing list