summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorHaihao Xiang <haihao.xiang@intel.com>2020-09-16 15:07:54 +0800
committerZhong Li <zhongli_dev@126.com>2020-09-26 23:42:39 +0800
commitcc25ae5d8ad2cef2dc8a21b828e89e5077b9dae3 (patch)
tree9c368e6a2456b0c0c0700cfd316870390edc0f3d /configure
parentf8f23a7af7dd5ec7a3ca0c9fc9c302847ef8a21b (diff)
lavc/qsvdec: Add QSV AV1 decoder
AV1 decoder is supported on Tiger Lake+ platforms since libmfx 1.34 Signed-off-by: Haihao Xiang <haihao.xiang@intel.com> Signed-off-by: Zhong Li <zhongli_dev@126.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 39fabb4ad5..b8de64ccae 100755
--- a/configure
+++ b/configure
@@ -3140,6 +3140,7 @@ vp9_qsv_encoder_deps="libmfx MFX_CODEC_VP9"
vp9_qsv_encoder_select="qsvenc"
vp9_v4l2m2m_decoder_deps="v4l2_m2m vp9_v4l2_m2m"
wmv3_crystalhd_decoder_select="crystalhd"
+av1_qsv_decoder_select="qsvdec"
# parsers
aac_parser_select="adts_header"