]> git.sesse.net Git - ffmpeg/commitdiff
configure: add missing atsc_a53 dependencies to hevcparse and h264_parser
authorJames Almer <jamrial@gmail.com>
Thu, 8 Oct 2020 13:09:39 +0000 (10:09 -0300)
committerJames Almer <jamrial@gmail.com>
Thu, 8 Oct 2020 13:15:18 +0000 (10:15 -0300)
Found-by: Chris Miceli <chris@miceli.net.au>
Signed-off-by: James Almer <jamrial@gmail.com>
configure

index 1c36a8dfca3df41f8a0185b0da9888cf87ad6581..75f0a0fcaa13ddfc38cfd03ce599c20e33b8f579 100755 (executable)
--- a/configure
+++ b/configure
@@ -2635,7 +2635,7 @@ faandct_select="fdctdsp"
 faanidct_deps="faan"
 faanidct_select="idctdsp"
 h264dsp_select="startcode"
-hevcparse_select="golomb"
+hevcparse_select="atsc_a53 golomb"
 frame_thread_encoder_deps="encoders threads"
 intrax8_select="blockdsp idctdsp"
 mdct_select="fft"
@@ -3145,7 +3145,7 @@ av1_qsv_decoder_select="qsvdec"
 # parsers
 aac_parser_select="adts_header"
 av1_parser_select="cbs_av1"
-h264_parser_select="golomb h264dsp h264parse"
+h264_parser_select="atsc_a53 golomb h264dsp h264parse"
 hevc_parser_select="hevcparse"
 mpegaudio_parser_select="mpegaudioheader"
 mpegvideo_parser_select="mpegvideo"