Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 May 2018 13:27:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 227726] multimedia/ffmpeg: update to 4.0
Message-ID:  <bug-227726-12827-0eFRFqmBcx@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 #47 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Wed May  2 13:26:36 UTC 2018
New revision: 468834
URL: https://svnweb.freebsd.org/changeset/ports/468834

Log:
  emulators/visualboyadvance-m: unbreak with ffmpeg 4.0

  src/common/ffmpeg.cpp:288:27: error: use of undeclared identifier
'FF_MIN_BUFFER_SIZE'
          audio_buf =3D (u8 *)malloc(AUDIO_BUF_LEN);
                                   ^
  src/common/ffmpeg.cpp:88:36: note: expanded from macro 'AUDIO_BUF_LEN'
                                     ^
  src/common/ffmpeg.cpp:288:27: error: use of undeclared identifier
'FF_MIN_BUFFER_SIZE'
  src/common/ffmpeg.cpp:88:69: note: expanded from macro 'AUDIO_BUF_LEN'
                                                                      ^
  src/common/ffmpeg.cpp:307:27: error: use of undeclared identifier
'FF_MIN_BUFFER_SIZE'
          video_buf =3D (u8 *)malloc(VIDEO_BUF_LEN);
                                   ^
  src/common/ffmpeg.cpp:90:24: note: expanded from macro 'VIDEO_BUF_LEN'
                         ^
  src/common/ffmpeg.cpp:438:29: error: use of undeclared identifier
'AVFMT_RAWPICTURE'
      if(oc->oformat->flags & AVFMT_RAWPICTURE) {
                              ^
  src/common/ffmpeg.cpp:447:20: error: use of undeclared identifier
'FF_MIN_BUFFER_SIZE'
          pkt.size =3D VIDEO_BUF_LEN;
                     ^
  src/common/ffmpeg.cpp:90:24: note: expanded from macro 'VIDEO_BUF_LEN'
                         ^
  src/common/ffmpeg.cpp:463:16: error: use of undeclared identifier
'FF_MIN_BUFFER_SIZE'
          if(pkt.size > VIDEO_BUF_LEN) {
                        ^
  src/common/ffmpeg.cpp:90:24: note: expanded from macro 'VIDEO_BUF_LEN'
                         ^

  PR:           227726
  Reported by:  antoine (via exp-run)
  Obtained from:        upstream

Changes:
  head/emulators/visualboyadvance-m/files/patch-src_common_ffmpeg.cpp

--=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-0eFRFqmBcx>