Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2018 13:58:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 227726] multimedia/ffmpeg: update to 4.0
Message-ID:  <bug-227726-12827-5zRtooYcsH@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=3D227726

--- Comment #13 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Tue Apr 24 13:57:29 UTC 2018
New revision: 468208
URL: https://svnweb.freebsd.org/changeset/ports/468208

Log:
  emulators/ppsspp: unbreak with ffmpeg 4.0

  Core/HLE/sceMpeg.cpp:890:27: error: use of undeclared identifier
'FF_INPUT_BUFFER_PADDING_SIZE'
                  u8* str =3D new u8[size + FF_INPUT_BUFFER_PADDING_SIZE];
                                          ^
  Core/HLE/sceMpeg.cpp:892:25: error: use of undeclared identifier
'FF_INPUT_BUFFER_PADDING_SIZE'
                  memset(str + size, 0, FF_INPUT_BUFFER_PADDING_SIZE);
                                        ^
  Core/HLE/sceMpeg.cpp:893:11: error: use of undeclared identifier
'FF_INPUT_BUFFER_PADDING_SIZE'
                  size +=3D FF_INPUT_BUFFER_PADDING_SIZE;
                          ^

  PR:           227726
  Obtained from:        upstream

Changes:
  head/emulators/ppsspp/Makefile
  head/emulators/ppsspp/distinfo

--=20
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-5zRtooYcsH>