diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-09-25 22:46:38 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-09-28 09:20:58 +0200 |
commit | 691a7df3c5b7a9d6b83540720e41081f7137f14b (patch) | |
tree | ec9e47f04060ab1abedae698fe78bb5b079f6678 /libavfilter/Makefile | |
parent | 235381e674bf0921cbb7871946e2ff08bd84d6ba (diff) | |
download | ffmpeg-691a7df3c5b7a9d6b83540720e41081f7137f14b.tar.gz |
avfilter: add maskedmerge filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index c70887e811..91254432a0 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -169,6 +169,7 @@ OBJS-$(CONFIG_LUT3D_FILTER) += vf_lut3d.o OBJS-$(CONFIG_LUT_FILTER) += vf_lut.o OBJS-$(CONFIG_LUTRGB_FILTER) += vf_lut.o OBJS-$(CONFIG_LUTYUV_FILTER) += vf_lut.o +OBJS-$(CONFIG_MASKEDMERGE_FILTER) += vf_maskedmerge.o framesync.o OBJS-$(CONFIG_MCDEINT_FILTER) += vf_mcdeint.o OBJS-$(CONFIG_MERGEPLANES_FILTER) += vf_mergeplanes.o framesync.o OBJS-$(CONFIG_MPDECIMATE_FILTER) += vf_mpdecimate.o |