Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2018 00:17:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 227726] multimedia/ffmpeg: update to 4.0
Message-ID:  <bug-227726-12827-dUHVoiDFrU@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 #1 from commit-hook@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.


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