[Bug 227726] multimedia/ffmpeg: update to 4.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Apr 24 00:17:06 UTC 2018


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

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

Author: jbeich
Date: Tue Apr 24 00:16:15 UTC 2018
New revision: 468156
URL: https://svnweb.freebsd.org/changeset/ports/468156

Log:
  emulators/rpcs3: unbreak with ffmpeg 4.0 by updating to 0.0.5.215

  rpcs3/Emu/Cell/Modules/cellAdec.cpp:232:40: error: use of undeclared
identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
                                                          data =
(u8*)av_calloc(1, size + FF_INPUT_BUFFER_PADDING_SIZE);
                                                                               
          ^
  rpcs3/Emu/Cell/Modules/cellAdec.cpp:233:28: error: use of undeclared
identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
                                                          this->size = size +
FF_INPUT_BUFFER_PADDING_SIZE;
                                                                              ^
      ^

  Changes:      https://github.com/RPCS3/rpcs3/compare/eb3dfb6bb...bd1d4de42
  PR:           227726

Changes:
  head/emulators/rpcs3/Makefile
  head/emulators/rpcs3/distinfo

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-multimedia mailing list