ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | Sun May 5 13:03:34 2024 +0200| [db53ee915d220679f4193d322cde678a44580641] | committer: Andreas Rheinhardt
avfilter/Makefile: Add missing colormap->framesync dependency Signed-off-by: Andreas Rheinhardt <[email protected]> > 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 \ _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
