diff options
author | Nicolas George <george@nsup.org> | 2017-07-17 16:42:14 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2017-07-30 12:27:06 +0200 |
commit | 27d8af03ae0d0cd15c01ed3de3a37add63966fed (patch) | |
tree | d5f71ae759918d7cec03857e58645d741a3023bd /libavfilter/Makefile | |
parent | 0bc331bd57dc164acbbdd548ab4001fb4b95c97a (diff) | |
download | ffmpeg-27d8af03ae0d0cd15c01ed3de3a37add63966fed.tar.gz |
lavfi/vf_maskedclamp: 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 16a7e87c04..18d42a7596 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -225,7 +225,7 @@ OBJS-$(CONFIG_LUT2_FILTER) += vf_lut2.o framesync.o OBJS-$(CONFIG_LUT3D_FILTER) += vf_lut3d.o OBJS-$(CONFIG_LUTRGB_FILTER) += vf_lut.o OBJS-$(CONFIG_LUTYUV_FILTER) += vf_lut.o -OBJS-$(CONFIG_MASKEDCLAMP_FILTER) += vf_maskedclamp.o framesync.o +OBJS-$(CONFIG_MASKEDCLAMP_FILTER) += vf_maskedclamp.o framesync2.o OBJS-$(CONFIG_MASKEDMERGE_FILTER) += vf_maskedmerge.o framesync2.o OBJS-$(CONFIG_MCDEINT_FILTER) += vf_mcdeint.o OBJS-$(CONFIG_MERGEPLANES_FILTER) += vf_mergeplanes.o framesync2.o |