summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2023-03-12 16:31:54 -0300
committerJames Almer <jamrial@gmail.com>2023-03-12 16:31:54 -0300
commit8e5e578453a2b539c93e94bca82157f43417afbf (patch)
tree5bcccdfcadf191631c58d8a11b63f1dd64b868eb /configure
parentcd0d267b9265af9c3cf19fca0a65992933e4a877 (diff)
downloadffmpeg-8e5e578453a2b539c93e94bca82157f43417afbf.tar.gz
avocdec/Makefile: add missing dependencies to av1 and libdav1d decoders
Missed in d6d576505163c9c5cb42539a6e53d53b003fd252 and b465e6fed0f7bc1b9a0bf934c8674bc56cb82e36 Respectively. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b6616f00b6..03d3c429a5 100755
--- a/configure
+++ b/configure
@@ -2774,7 +2774,7 @@ asv1_encoder_select="aandcttables bswapdsp fdctdsp pixblockdsp"
asv2_decoder_select="blockdsp bswapdsp idctdsp"
asv2_encoder_select="aandcttables bswapdsp fdctdsp pixblockdsp"
atrac1_decoder_select="sinewin"
-av1_decoder_select="av1_frame_split_bsf cbs_av1"
+av1_decoder_select="av1_frame_split_bsf cbs_av1 atsc_a53"
bink_decoder_select="blockdsp hpeldsp"
binkaudio_dct_decoder_select="wma_freqs"
binkaudio_rdft_decoder_select="wma_freqs"