diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-03-26 12:39:58 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-03-12 15:02:33 +0000 |
commit | 807a3b30d29128773ca433dac530d440638bbbf3 (patch) | |
tree | 6ab0a5d93c49bb16e721544ff908ddfb16d51fbb /libavfilter/Makefile | |
parent | 210dd7bbb2c0e4013fd8519d3b20e3032f0beb18 (diff) | |
download | ffmpeg-807a3b30d29128773ca433dac530d440638bbbf3.tar.gz |
lavfi: add a QSV scaling filter
This merges libav commit ac7bfd69678f3966e38debdb27f4bde94dc0345c,
which was previously skipped.
(cherry picked from commit ac7bfd69678f3966e38debdb27f4bde94dc0345c)
Signed-off-by: Mark Thompson <sw@jkqxz.net>
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 0ba1c74a26..4d1180babb 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -261,6 +261,7 @@ OBJS-$(CONFIG_ROTATE_FILTER) += vf_rotate.o OBJS-$(CONFIG_SAB_FILTER) += vf_sab.o OBJS-$(CONFIG_SCALE_FILTER) += vf_scale.o scale.o OBJS-$(CONFIG_SCALE_NPP_FILTER) += vf_scale_npp.o scale.o +OBJS-$(CONFIG_SCALE_QSV_FILTER) += vf_scale_qsv.o OBJS-$(CONFIG_SCALE_VAAPI_FILTER) += vf_scale_vaapi.o scale.o OBJS-$(CONFIG_SCALE2REF_FILTER) += vf_scale.o scale.o OBJS-$(CONFIG_SELECT_FILTER) += f_select.o |