[Bug 227726] multimedia/ffmpeg: update to 4.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 28 00:53:12 UTC 2018


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

--- Comment #79 from commit-hook at 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 = (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

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


More information about the freebsd-multimedia mailing list