diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-04-03 15:56:04 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-04-04 15:27:30 +0200 |
commit | e3e89b6d8b6c7a67fcde4c8ad6f4ad9155d14e6f (patch) | |
tree | 1179e847a7de62fe9629329a4cc822e2ae8a3c0d /libavfilter/Makefile | |
parent | 12292f35a3affe1265d63acba98f651cf82ae233 (diff) | |
download | ffmpeg-e3e89b6d8b6c7a67fcde4c8ad6f4ad9155d14e6f.tar.gz |
libavfilter: Add interlace detect filter.
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 66d305d210..5ab4e81f20 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -67,6 +67,7 @@ OBJS-$(CONFIG_FREI0R_FILTER) += vf_frei0r.o OBJS-$(CONFIG_GRADFUN_FILTER) += vf_gradfun.o OBJS-$(CONFIG_HFLIP_FILTER) += vf_hflip.o OBJS-$(CONFIG_HQDN3D_FILTER) += vf_hqdn3d.o +OBJS-$(CONFIG_IDET_FILTER) += vf_idet.o OBJS-$(CONFIG_LUT_FILTER) += vf_lut.o OBJS-$(CONFIG_LUTRGB_FILTER) += vf_lut.o OBJS-$(CONFIG_LUTYUV_FILTER) += vf_lut.o |