[Bug 227726] multimedia/ffmpeg: update to 4.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 27 14:56:28 UTC 2018


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

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

Author: jbeich
Date: Fri Apr 27 14:56:16 UTC 2018
New revision: 468433
URL: https://svnweb.freebsd.org/changeset/ports/468433

Log:
  multimedia/motion: unbreak with ffmpeg 4.0

  ffmpeg.c:442:25: error: use of undeclared identifier 'CODEC_FLAG_QSCALE'
              c->flags |= CODEC_FLAG_QSCALE;
                          ^
  ffmpeg.c:450:17: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
      c->flags |= CODEC_FLAG_GLOBAL_HEADER;
                  ^
  ffmpeg.c:492:40: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
      if (!(ffmpeg->oc->oformat->flags & AVFMT_RAWPICTURE)) {
                                         ^
  ffmpeg.c:708:38: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
      if (ffmpeg->oc->oformat->flags & AVFMT_RAWPICTURE) {
                                       ^

  PR:           227726

Changes:
  head/multimedia/motion/files/patch-ffmpeg.c

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


More information about the freebsd-multimedia mailing list