[FFmpeg-cvslog] avfilter/Makefile: add missing dependency for lut3d

Gyan Doshi git at videolan.org
Tue Nov 19 10:41:41 EET 2019


ffmpeg | branch: master | Gyan Doshi <ffmpeg at 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



More information about the ffmpeg-cvslog mailing list