From 5d7743019b327b3333947f5e96ca6289654c4aa7 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 24 Aug 2016 10:36:31 +0200 Subject: avfilter: add lut2 filter --- libavfilter/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/Makefile') 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 -- cgit v1.2.3