[Bug 227745] www/iridium, www/qt5-webengine: fails to build with ffmpeg 4.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Apr 28 15:10:50 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227745

--- Comment #9 from Jan Beich <jbeich at FreeBSD.org> ---
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.


More information about the kde-freebsd mailing list