diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-10-20 20:16:18 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-10-24 20:54:33 +0200 |
commit | f166951d6e32d2776373721bc262d338c44a5d81 (patch) | |
tree | 7f126c3e1dd361df1159d681baa2df505c51448f /libavfilter/Makefile | |
parent | 262eef6b899ca39f80296e6eb701e895549d8a83 (diff) | |
download | ffmpeg-streaming-f166951d6e32d2776373721bc262d338c44a5d81.zip ffmpeg-streaming-f166951d6e32d2776373721bc262d338c44a5d81.tar.gz |
avfilter: add maskedmin/maskedmax filters
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 63d2fba..bae566d 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -292,7 +292,9 @@ 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_MASKEDMAX_FILTER) += vf_maskedminmax.o framesync.o OBJS-$(CONFIG_MASKEDMERGE_FILTER) += vf_maskedmerge.o framesync.o +OBJS-$(CONFIG_MASKEDMIN_FILTER) += vf_maskedminmax.o framesync.o OBJS-$(CONFIG_MASKFUN_FILTER) += vf_maskfun.o OBJS-$(CONFIG_MCDEINT_FILTER) += vf_mcdeint.o OBJS-$(CONFIG_MERGEPLANES_FILTER) += vf_mergeplanes.o framesync.o |