diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-07-02 12:12:36 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-07-22 19:08:13 +0200 |
commit | ad71d3276fef0ee7e791e62bbfe9c4e540047417 (patch) | |
tree | 7b75d29fe68e84e1982603dd2915daa8c0928cbd /libavfilter/Makefile | |
parent | 8e07c22e508b349d145b9f142aa3ee8b3ce1d3a4 (diff) | |
download | ffmpeg-ad71d3276fef0ee7e791e62bbfe9c4e540047417.tar.gz |
lavfi: add a QSV deinterlacing filter
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 21515fed80..dea8ffa50f 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -47,6 +47,7 @@ OBJS-$(CONFIG_BOXBLUR_FILTER) += vf_boxblur.o OBJS-$(CONFIG_COPY_FILTER) += vf_copy.o OBJS-$(CONFIG_CROP_FILTER) += vf_crop.o OBJS-$(CONFIG_CROPDETECT_FILTER) += vf_cropdetect.o +OBJS-$(CONFIG_DEINTERLACE_QSV_FILTER) += vf_deinterlace_qsv.o OBJS-$(CONFIG_DELOGO_FILTER) += vf_delogo.o OBJS-$(CONFIG_DRAWBOX_FILTER) += vf_drawbox.o OBJS-$(CONFIG_DRAWTEXT_FILTER) += vf_drawtext.o |