summaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-11-19 13:11:24 +0100
committerPaul B Mahol <onemda@gmail.com>2019-01-12 19:49:15 +0100
commit1ea5529dd260d171e8a5f88e9d09cc5a503da930 (patch)
tree7cf0afaf359e929ce82898d0e8629131dca28e48 /libavfilter/Makefile
parent2e8b0446c6798947dac77fee4a06f9c4e8131ab5 (diff)
downloadffmpeg-streaming-1ea5529dd260d171e8a5f88e9d09cc5a503da930.zip
ffmpeg-streaming-1ea5529dd260d171e8a5f88e9d09cc5a503da930.tar.gz
avfilter: add maskfun filter
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 0fb8ccf..8283389 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -280,6 +280,7 @@ 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_MASKEDMERGE_FILTER) += vf_maskedmerge.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
OBJS-$(CONFIG_MESTIMATE_FILTER) += vf_mestimate.o motion_estimation.o
OpenPOWER on IntegriCloud