Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 May 2018 19:02:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 227726] multimedia/ffmpeg: update to 4.0
Message-ID:  <bug-227726-12827-MYi9RrVXMJ@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 #61 from commit-hook@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 =3D ME_EPZS ; // ME_ZERO
      ~~~~~~~~~~~~~  ^
  ffmpegImageSink.cxx:198:32: error: use of undeclared identifier 'ME_EPZS'
      codec_context->me_method =3D ME_EPZS ; // ME_ZERO
                                 ^
  ffmpegImageSink.cxx:212:27: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
           codec_context->flags |=3D CODEC_FLAG_GLOBAL_HEADER ;
                                   ^

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

Changes:
  head/x11-toolkits/nucleo/Makefile
=20
head/x11-toolkits/nucleo/files/patch-nucleo__plugins__ffmpeg__ffmpegImageSi=
nk.cxx

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