diff options
author | Mark Thompson <sw@jkqxz.net> | 2016-11-24 23:27:11 +0000 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2016-12-10 16:55:44 +0000 |
commit | ade370a4d7eab1866b6023c91c135d27c77ca465 (patch) | |
tree | 4b437181c02b5281648774580965d045ce45ea6e /libavfilter/Makefile | |
parent | f8a1ead0ae4402df0503c83f213f57b785a5f20f (diff) | |
download | ffmpeg-ade370a4d7eab1866b6023c91c135d27c77ca465.tar.gz |
lavfi: Add VAAPI deinterlacer
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 8b2841e03b..646a5b5a26 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -49,6 +49,7 @@ 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_DEINTERLACE_VAAPI_FILTER) += vf_deinterlace_vaapi.o OBJS-$(CONFIG_DELOGO_FILTER) += vf_delogo.o OBJS-$(CONFIG_DRAWBOX_FILTER) += vf_drawbox.o OBJS-$(CONFIG_DRAWTEXT_FILTER) += vf_drawtext.o |