[Bug 227726] multimedia/ffmpeg: update to 4.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 27 15:29:02 UTC 2018


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

--- Comment #31 from commit-hook at freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Fri Apr 27 15:28:13 UTC 2018
New revision: 468438
URL: https://svnweb.freebsd.org/changeset/ports/468438

Log:
  graphics/gnash: unbreak with ffmpeg 4.0

  ffmpeg/MediaHandlerFfmpeg.cpp:152:12: error: use of undeclared identifier
'FF_INPUT_BUFFER_PADDING_SIZE'
      return FF_INPUT_BUFFER_PADDING_SIZE;
             ^
  ffmpeg/MediaParserFfmpeg.cpp:67:40: error: use of undeclared identifier
'FF_INPUT_BUFFER_PADDING_SIZE'
      const size_t bufSize = probeSize + FF_INPUT_BUFFER_PADDING_SIZE;
                                         ^
  ffmpeg/MediaParserFfmpeg.cpp:176:35: error: use of undeclared identifier
'FF_INPUT_BUFFER_PADDING_SIZE'
          size_t allocSize = packet.size + FF_INPUT_BUFFER_PADDING_SIZE;
                                           ^
  ffmpeg/MediaParserFfmpeg.cpp:224:35: error: use of undeclared identifier
'FF_INPUT_BUFFER_PADDING_SIZE'
          size_t allocSize = packet.size + FF_INPUT_BUFFER_PADDING_SIZE;
                                           ^

  PR:           227726

Changes:
  head/graphics/gnash/files/patch-ffmpeg4

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-multimedia mailing list