summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorFei Wang <fei.w.wang@intel.com>2020-09-09 11:39:55 +0800
committerJames Almer <jamrial@gmail.com>2020-09-12 13:08:34 -0300
commit47be5a505657f478636ff08cef45f5c4c201ad23 (patch)
tree1c77e0d0a9c570dbcf87f71e85f3df191100b9ae /configure
parentbab3c32351e42f9f7f64947102f871903b2e635c (diff)
avcodec: add AV1 hardware accelerated decoder
This AV1 decoder is currently only used for hardware accelerated decoding. It can be extended into a native decoder in the future, so set its name to "av1" and temporarily give it the lowest priority in the codec list. Signed-off-by: Fei Wang <fei.w.wang@intel.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index ae8c6e61c8..5d68695192 100755
--- a/configure
+++ b/configure
@@ -2685,6 +2685,7 @@ atrac3al_decoder_select="mdct"
atrac3p_decoder_select="mdct sinewin"
atrac3pal_decoder_select="mdct sinewin"
atrac9_decoder_select="mdct"
+av1_decoder_select="cbs_av1"
avrn_decoder_select="exif jpegtables"
bink_decoder_select="blockdsp hpeldsp"
binkaudio_dct_decoder_select="mdct rdft dct sinewin wma_freqs"