summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorMina <minasamy_@hotmail.com>2018-07-16 10:20:02 +0200
committerThilo Borgmann <thilo.borgmann@mail.de>2018-07-23 22:34:52 +0200
commit0bb5cd8c4d566d38d6f056fb13eba3a0a5c4d211 (patch)
tree78a39d1b10749d67b73bfa50e2647e98ada24757 /libavfilter/Makefile
parentd134b8d85f5e8d1b0778d62455c2e80d5b2e8d66 (diff)
avfilter: Add colorconstancy filter
Signed-off-by: Mina <minasamy_@hotmail.com>
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 5d4549e24c..86b04e3efb 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -228,6 +228,7 @@ OBJS-$(CONFIG_FSPP_FILTER) += vf_fspp.o
OBJS-$(CONFIG_GBLUR_FILTER) += vf_gblur.o
OBJS-$(CONFIG_GEQ_FILTER) += vf_geq.o
OBJS-$(CONFIG_GRADFUN_FILTER) += vf_gradfun.o
+OBJS-$(CONFIG_GREYEDGE_FILTER) += vf_colorconstancy.o
OBJS-$(CONFIG_HALDCLUT_FILTER) += vf_lut3d.o framesync.o
OBJS-$(CONFIG_HFLIP_FILTER) += vf_hflip.o
OBJS-$(CONFIG_HISTEQ_FILTER) += vf_histeq.o