diff options
author | Himangi Saraogi <himangi774@gmail.com> | 2015-03-27 19:36:05 +0530 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-27 21:34:03 +0100 |
commit | fff78717725bd5b5f22f084c3e7427e1b7dad7b6 (patch) | |
tree | 5a91f636514b90d8a366b78e0626bd9848c86934 /libavfilter/Makefile | |
parent | 184084c6998cd04c0afdda076d7c95be0d6b2d22 (diff) | |
download | ffmpeg-fff78717725bd5b5f22f084c3e7427e1b7dad7b6.tar.gz |
lavfi: add inverse telecine filter
Approved-by: Paul B Mahol <onemda@gmail.com>
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 2cde02919a..73e7adf1ce 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -112,6 +112,7 @@ OBJS-$(CONFIG_DECIMATE_FILTER) += vf_decimate.o OBJS-$(CONFIG_DEJUDDER_FILTER) += vf_dejudder.o OBJS-$(CONFIG_DELOGO_FILTER) += vf_delogo.o OBJS-$(CONFIG_DESHAKE_FILTER) += vf_deshake.o +OBJS-$(CONFIG_DETELECINE_FILTER) += vf_detelecine.o OBJS-$(CONFIG_DRAWBOX_FILTER) += vf_drawbox.o OBJS-$(CONFIG_DRAWGRID_FILTER) += vf_drawbox.o OBJS-$(CONFIG_DRAWTEXT_FILTER) += vf_drawtext.o |