aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-02-01 14:02:06 +0100
committerPaul B Mahol <onemda@gmail.com>2021-02-03 15:49:13 +0100
commitf6621a8e72c010faa77e8d0239fd45a4d71cfbf8 (patch)
tree2245d3f001da7cd19fcb1257f02a456f93b39300 /libavfilter/Makefile
parentb7251aed46f5ac96fe65c1c68ddac44b07429467 (diff)
downloadffmpeg-f6621a8e72c010faa77e8d0239fd45a4d71cfbf8.tar.gz
avfilter: add colorcorrect 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 c8e3e7bb7a..14b930bcb1 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -197,6 +197,7 @@ OBJS-$(CONFIG_CODECVIEW_FILTER) += vf_codecview.o qp_table.o
OBJS-$(CONFIG_COLORBALANCE_FILTER) += vf_colorbalance.o
OBJS-$(CONFIG_COLORCHANNELMIXER_FILTER) += vf_colorchannelmixer.o
OBJS-$(CONFIG_COLORCONTRAST_FILTER) += vf_colorcontrast.o
+OBJS-$(CONFIG_COLORCORRECT_FILTER) += vf_colorcorrect.o
OBJS-$(CONFIG_COLORKEY_FILTER) += vf_colorkey.o
OBJS-$(CONFIG_COLORKEY_OPENCL_FILTER) += vf_colorkey_opencl.o opencl.o \
opencl/colorkey.o