diff options
author | Daniel Oberhoff <daniel@danieloberhoff.de> | 2014-08-12 00:52:45 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-12 03:33:30 +0200 |
commit | 9f617a14a00805ffd54dee4fce34e3e4099d21f3 (patch) | |
tree | fe98565725eb4b7c6b10cf7cd3d5556b9775de67 /libavfilter/Makefile | |
parent | 52b81ff4635c077b2bc8b8d3637d933b6629d803 (diff) | |
download | ffmpeg-9f617a14a00805ffd54dee4fce34e3e4099d21f3.tar.gz |
avfilter: ported lenscorrection filter from frei0r
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 0f54381ae2..e9c8456313 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -138,6 +138,7 @@ OBJS-$(CONFIG_IL_FILTER) += vf_il.o OBJS-$(CONFIG_INTERLACE_FILTER) += vf_interlace.o OBJS-$(CONFIG_INTERLEAVE_FILTER) += f_interleave.o OBJS-$(CONFIG_KERNDEINT_FILTER) += vf_kerndeint.o +OBJS-$(CONFIG_LENSCORRECTION_FILTER) += vf_lenscorrection.o OBJS-$(CONFIG_LUT3D_FILTER) += vf_lut3d.o OBJS-$(CONFIG_LUT_FILTER) += vf_lut.o OBJS-$(CONFIG_LUTRGB_FILTER) += vf_lut.o |