Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Apr 2018 15:28:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 227726] multimedia/ffmpeg: update to 4.0
Message-ID:  <bug-227726-12827-48bfuqyiai@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227726-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227726-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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

--- Comment #31 from commit-hook@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227726-12827-48bfuqyiai>