diff options
author | James Almer <jamrial@gmail.com> | 2020-10-08 10:09:39 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2020-10-08 10:15:18 -0300 |
commit | e9521d9298a4f88c4a14bda1938afc0967f30a47 (patch) | |
tree | 2a596345b69e0bb69383e15df07c6becada697d8 | |
parent | 0117d5aa03aca0158ee54b806d420fb1a974b788 (diff) | |
download | ffmpeg-e9521d9298a4f88c4a14bda1938afc0967f30a47.tar.gz |
configure: add missing atsc_a53 dependencies to hevcparse and h264_parser
Found-by: Chris Miceli <chris@miceli.net.au>
Signed-off-by: James Almer <jamrial@gmail.com>
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |