[Bug 227726] multimedia/ffmpeg: update to 4.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 3 19:02:44 UTC 2018


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

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

Author: jbeich
Date: Thu May  3 19:02:29 UTC 2018
New revision: 468975
URL: https://svnweb.freebsd.org/changeset/ports/468975

Log:
  x11-toolkits/nucleo: unbreak with ffmpeg 4.0

  ffmpegImageSink.cxx:137:39: error: use of undeclared identifier
'AVFMT_RAWPICTURE'
      } else if (output_format->flags & AVFMT_RAWPICTURE) {
                                        ^
  ffmpegImageSink.cxx:198:20: error: no member named 'me_method' in
'AVCodecContext'
      codec_context->me_method = ME_EPZS ; // ME_ZERO
      ~~~~~~~~~~~~~  ^
  ffmpegImageSink.cxx:198:32: error: use of undeclared identifier 'ME_EPZS'
      codec_context->me_method = ME_EPZS ; // ME_ZERO
                                 ^
  ffmpegImageSink.cxx:212:27: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
           codec_context->flags |= CODEC_FLAG_GLOBAL_HEADER ;
                                   ^

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

Changes:
  head/x11-toolkits/nucleo/Makefile
 
head/x11-toolkits/nucleo/files/patch-nucleo__plugins__ffmpeg__ffmpegImageSink.cxx

-- 
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