Browse Source

avfilter/Makefile: add missing dependency for lut3d

lut3d requires framesync
tags/n4.3
Gyan Doshi 6 years ago
parent
commit
0cfda90b34
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/Makefile

+ 1
- 1
libavfilter/Makefile View File

@@ -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


Loading…
Cancel
Save