[FFmpeg-cvslog] configure: add missing atsc_a53 dependencies to hevcparse and h264_parser

James Almer git at videolan.org
Thu Oct 8 16:15:40 EEST 2020


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Oct  8 10:09:39 2020 -0300| [e9521d9298a4f88c4a14bda1938afc0967f30a47] | committer: James Almer

configure: add missing atsc_a53 dependencies to hevcparse and h264_parser

Found-by: Chris Miceli <chris at miceli.net.au>
Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e9521d9298a4f88c4a14bda1938afc0967f30a47
---

 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 1c36a8dfca..75f0a0fcaa 100755
--- 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"



More information about the ffmpeg-cvslog mailing list