summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-02-07 18:42:12 +0100
committerPaul B Mahol <onemda@gmail.com>2021-02-10 19:23:48 +0100
commit4390573c44a47e0bed4790a45934006df7ee1e2f (patch)
tree8cdb12355da6379977f9f82c7c1d5ae8eb805532 /libavfilter/Makefile
parent579e4e57a2c4ab8d98bf2e18413dc73ce02353f9 (diff)
avfilter: add exposure 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 607a09287a..a34683e306 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -259,6 +259,7 @@ OBJS-$(CONFIG_EROSION_FILTER) += vf_neighbor.o
OBJS-$(CONFIG_EROSION_OPENCL_FILTER) += vf_neighbor_opencl.o opencl.o \
opencl/neighbor.o
OBJS-$(CONFIG_ESTDIF_FILTER) += vf_estdif.o
+OBJS-$(CONFIG_EXPOSURE_FILTER) += vf_exposure.o
OBJS-$(CONFIG_EXTRACTPLANES_FILTER) += vf_extractplanes.o
OBJS-$(CONFIG_FADE_FILTER) += vf_fade.o
OBJS-$(CONFIG_FFTDNOIZ_FILTER) += vf_fftdnoiz.o