Re: [FFmpeg-devel] [PATCH] Add atsc_a53 dependency to h264/hevc decoders

2020-10-08 Thread James Almer
On 10/6/2020 1:09 AM, Chris Miceli wrote: > As per ticket #8901 there is a compilation issue where there is > an undefined reference when compiled with a minimal set of filters. > This commit remedies that by ensuring decoders which have SEI parsers > import the relevent caption object and hence fu

[FFmpeg-devel] [PATCH] Add atsc_a53 dependency to h264/hevc decoders

2020-10-05 Thread Chris Miceli
As per ticket #8901 there is a compilation issue where there is an undefined reference when compiled with a minimal set of filters. This commit remedies that by ensuring decoders which have SEI parsers import the relevent caption object and hence functionality. --- libavcodec/Makefile | 6 +++---