ffmpeg | branch: master | Gyan Doshi <ffm...@gyani.pro> | Tue Nov 19 12:54:59 2019 +0530| [0cfda90b34844ee7e050978db09beeee529e0a0c] | committer: Gyan Doshi
avfilter/Makefile: add missing dependency for lut3d lut3d requires framesync > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0cfda90b34844ee7e050978db09beeee529e0a0c --- libavfilter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 56afb2a241..c92c19e281 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -289,7 +289,7 @@ OBJS-$(CONFIG_LUMAKEY_FILTER) += vf_lumakey.o OBJS-$(CONFIG_LUT1D_FILTER) += vf_lut3d.o OBJS-$(CONFIG_LUT_FILTER) += vf_lut.o OBJS-$(CONFIG_LUT2_FILTER) += vf_lut2.o framesync.o -OBJS-$(CONFIG_LUT3D_FILTER) += vf_lut3d.o +OBJS-$(CONFIG_LUT3D_FILTER) += vf_lut3d.o framesync.o OBJS-$(CONFIG_LUTRGB_FILTER) += vf_lut.o OBJS-$(CONFIG_LUTYUV_FILTER) += vf_lut.o OBJS-$(CONFIG_MASKEDCLAMP_FILTER) += vf_maskedclamp.o framesync.o _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".