On 9/19/2020 3:18 PM, Andreas Rheinhardt wrote:
> They need it because they make use of SEI parsing code.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@gmail.com>
> ---
>  configure | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/configure b/configure
> index 5d68695192..70740a7bc7 100755
> --- a/configure
> +++ b/configure
> @@ -3143,8 +3143,8 @@ wmv3_crystalhd_decoder_select="crystalhd"
>  # parsers
>  aac_parser_select="adts_header"
>  av1_parser_select="cbs_av1"
> -h264_parser_select="golomb h264dsp h264parse"
> -hevc_parser_select="hevcparse"
> +h264_parser_select="atsc_a53 golomb h264dsp h264parse"
> +hevc_parser_select="atsc_a53 hevcparse"

Add it to hevcparse instead as i asked on IRC, so every module pulling
it also pulls atsc_a53.

>  mpegaudio_parser_select="mpegaudioheader"
>  mpegvideo_parser_select="mpegvideo"
>  mpeg4video_parser_select="h263dsp mpegvideo qpeldsp"
> 

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to