diff options
author | Nicolas George <george@nsup.org> | 2017-07-17 16:45:17 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2017-07-30 12:27:10 +0200 |
commit | dbc4af862e74a7ee3a0e6f98a4e58d0615533301 (patch) | |
tree | ba8226f0985774c15320493bef09d58dd16431e6 /libavfilter/Makefile | |
parent | 27d8af03ae0d0cd15c01ed3de3a37add63966fed (diff) | |
download | ffmpeg-dbc4af862e74a7ee3a0e6f98a4e58d0615533301.tar.gz |
lavfi/vf_lut2: move to "activate" design.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 18d42a7596..27ceb339a4 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -221,7 +221,7 @@ OBJS-$(CONFIG_LIMITER_FILTER) += vf_limiter.o OBJS-$(CONFIG_LOOP_FILTER) += f_loop.o OBJS-$(CONFIG_LUMAKEY_FILTER) += vf_lumakey.o OBJS-$(CONFIG_LUT_FILTER) += vf_lut.o -OBJS-$(CONFIG_LUT2_FILTER) += vf_lut2.o framesync.o +OBJS-$(CONFIG_LUT2_FILTER) += vf_lut2.o framesync2.o OBJS-$(CONFIG_LUT3D_FILTER) += vf_lut3d.o OBJS-$(CONFIG_LUTRGB_FILTER) += vf_lut.o OBJS-$(CONFIG_LUTYUV_FILTER) += vf_lut.o |