[Bug 227726] multimedia/ffmpeg: update to 4.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Apr 24 17:44:38 UTC 2018


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

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

Author: jbeich
Date: Tue Apr 24 17:44:27 UTC 2018
New revision: 468225
URL: https://svnweb.freebsd.org/changeset/ports/468225

Log:
  emulators/vice: unbreak with ffmpeg 4.0

  ffmpegdrv.c:363:34: error: use of undeclared identifier
'CODEC_CAP_VARIABLE_FRAME_SIZE'
      if (c->codec->capabilities & CODEC_CAP_VARIABLE_FRAME_SIZE) {
                                   ^
  ffmpegdrv.c:457:21: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
          c->flags |= CODEC_FLAG_GLOBAL_HEADER;
                      ^
  ffmpegdrv.c:790:21: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
          c->flags |= CODEC_FLAG_GLOBAL_HEADER;
                      ^
  ffmpegdrv.c:970:40: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
      if (ffmpegdrv_oc->oformat->flags & AVFMT_RAWPICTURE) {
                                         ^

  PR:           227726

Changes:
  head/emulators/vice/files/patch-src_gfxoutputdrv_ffmpegdrv.c

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


More information about the freebsd-multimedia mailing list