[Bug 227726] multimedia/ffmpeg: update to 4.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Apr 24 13:58:38 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227726
--- Comment #13 from commit-hook at 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 = 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 += FF_INPUT_BUFFER_PADDING_SIZE;
^
PR: 227726
Obtained from: upstream
Changes:
head/emulators/ppsspp/Makefile
head/emulators/ppsspp/distinfo
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-multimedia
mailing list