summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-03-04 16:06:14 +0100
committerClément Bœsch <ubitux@gmail.com>2013-03-10 03:00:10 +0100
commit65fc80f0121dd1514160defb97a8bbcab072c58b (patch)
treeb10fd0f2552274bda5fa39983404c930acdc4a02 /libavfilter/Makefile
parent3d813e7ec373d4785d9c0c46b5793414d084708f (diff)
lavfi: add curves 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 229ae839c0..a391de8a4e 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -104,6 +104,7 @@ OBJS-$(CONFIG_COLORMATRIX_FILTER) += vf_colormatrix.o
OBJS-$(CONFIG_COPY_FILTER) += vf_copy.o
OBJS-$(CONFIG_CROP_FILTER) += vf_crop.o
OBJS-$(CONFIG_CROPDETECT_FILTER) += vf_cropdetect.o
+OBJS-$(CONFIG_CURVES_FILTER) += vf_curves.o
OBJS-$(CONFIG_DECIMATE_FILTER) += vf_decimate.o
OBJS-$(CONFIG_DELOGO_FILTER) += vf_delogo.o
OBJS-$(CONFIG_DESHAKE_FILTER) += vf_deshake.o