summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-08-24 10:36:31 +0200
committerPaul B Mahol <onemda@gmail.com>2016-08-25 11:16:09 +0200
commit5d7743019b327b3333947f5e96ca6289654c4aa7 (patch)
treebff8a3bfdfeaaca336c8d8ad7e41c962062747f1 /libavfilter/Makefile
parent01aee8148d4fa439cce678a11f5110656c98de1f (diff)
avfilter: add lut2 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 9dc524f4cb..ff9d527e5e 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -205,6 +205,7 @@ OBJS-$(CONFIG_KERNDEINT_FILTER) += vf_kerndeint.o
OBJS-$(CONFIG_LENSCORRECTION_FILTER) += vf_lenscorrection.o
OBJS-$(CONFIG_LOOP_FILTER) += f_loop.o
OBJS-$(CONFIG_LUT_FILTER) += vf_lut.o
+OBJS-$(CONFIG_LUT2_FILTER) += vf_lut2.o framesync.o
OBJS-$(CONFIG_LUT3D_FILTER) += vf_lut3d.o
OBJS-$(CONFIG_LUTRGB_FILTER) += vf_lut.o
OBJS-$(CONFIG_LUTYUV_FILTER) += vf_lut.o