Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2018 00:53:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 227726] multimedia/ffmpeg: update to 4.0
Message-ID:  <bug-227726-12827-XIdFyz1Xac@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 #79 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Sun Oct 28 00:52:31 UTC 2018
New revision: 483209
URL: https://svnweb.freebsd.org/changeset/ports/483209

Log:
  multimedia/omxplayer: unbreak with ffmpeg 4

  In file included from BitstreamConverter.cpp:26:
  In file included from ./BitstreamConverter.h:27:
  ./DllAvFormat.h:117:49: error: no member named 'url_feof' in the global
namespace; did you mean simply 'url_feof'?
    virtual int url_feof(AVIOContext *s) { return ::url_feof(s); }
                                                  ^~~~~~~~~~
                                                  url_feof
  ./DllAvFormat.h:117:15: note: 'url_feof' declared here
    virtual int url_feof(AVIOContext *s) { return ::url_feof(s); }
                ^
  OMXReader.cpp:1028:42: error: use of undeclared identifier
'FF_INPUT_BUFFER_PADDING_SIZE'
      pkt->data =3D (uint8_t*) malloc(size + FF_INPUT_BUFFER_PADDING_SIZE);
                                           ^
  OMXReader.cpp:1036:35: error: use of undeclared identifier
'FF_INPUT_BUFFER_PADDING_SIZE'
        memset(pkt->data + size, 0, FF_INPUT_BUFFER_PADDING_SIZE);
                                    ^

  PR:           227726
  Obtained from:        upstream

Changes:
  head/multimedia/omxplayer/Makefile
  head/multimedia/omxplayer/distinfo

--=20
You are receiving this mail because:
You are on the CC list for the bug.
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-XIdFyz1Xac>