aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-02-08 11:11:46 +0100
committerPaul B Mahol <onemda@gmail.com>2021-02-12 00:08:39 +0100
commitedc45d1bd50dd51e11e453f60ecc3770482cd544 (patch)
treefdb3785cfa8ee72ba3aceb1736ac01c65b06303e /libavfilter/Makefile
parent58e59396f5fe93f0606dc458d84c609b5d23ea1c (diff)
downloadffmpeg-edc45d1bd50dd51e11e453f60ecc3770482cd544.tar.gz
avfilter: add monochrome video 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 a34683e306..682d368bf5 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -332,6 +332,7 @@ OBJS-$(CONFIG_METADATA_FILTER) += f_metadata.o
OBJS-$(CONFIG_MIDEQUALIZER_FILTER) += vf_midequalizer.o framesync.o
OBJS-$(CONFIG_MINTERPOLATE_FILTER) += vf_minterpolate.o motion_estimation.o
OBJS-$(CONFIG_MIX_FILTER) += vf_mix.o framesync.o
+OBJS-$(CONFIG_MONOCHROME_FILTER) += vf_monochrome.o
OBJS-$(CONFIG_MPDECIMATE_FILTER) += vf_mpdecimate.o
OBJS-$(CONFIG_NEGATE_FILTER) += vf_lut.o
OBJS-$(CONFIG_NLMEANS_FILTER) += vf_nlmeans.o