https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227745
--- Comment #9 from Jan Beich <[email protected]> --- Comment on attachment 192874 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=192874 iridium-ffmpeg4 Still fails: https://ptpb.pw/SWma ../../media/ffmpeg/ffmpeg_common.cc:36:46: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' static_assert(DecoderBuffer::kPaddingSize >= FF_INPUT_BUFFER_PADDING_SIZE, ^ ../../media/ffmpeg/ffmpeg_common.cc:432:48: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' av_malloc(config.extra_data().size() + FF_INPUT_BUFFER_PADDING_SIZE)); ^ ../../media/ffmpeg/ffmpeg_common.cc:436:12: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' FF_INPUT_BUFFER_PADDING_SIZE); ^ ../../media/ffmpeg/ffmpeg_common.cc:564:48: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' av_malloc(config.extra_data().size() + FF_INPUT_BUFFER_PADDING_SIZE)); ^ ../../media/ffmpeg/ffmpeg_common.cc:568:12: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' FF_INPUT_BUFFER_PADDING_SIZE); ^ -- You are receiving this mail because: You are the assignee for the bug.
