Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2018 00:18:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 227726] multimedia/ffmpeg: update to 4.0
Message-ID:  <bug-227726-12827-wQ7SjBSpxr@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 #2 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Tue Apr 24 00:17:35 UTC 2018
New revision: 468157
URL: https://svnweb.freebsd.org/changeset/ports/468157

Log:
  graphics/opencv: unbreak with ffmpeg 4.0

  In file included from modules/highgui/src/cap_ffmpeg.cpp:45:
  modules/highgui/src/cap_ffmpeg_impl.hpp:1481:21: error: use of undeclared
identifier 'CODEC_FLAG_GLOBAL_HEADER'
          c->flags |=3D CODEC_FLAG_GLOBAL_HEADER;
                      ^
  modules/highgui/src/cap_ffmpeg_impl.hpp:1505:30: error: use of undeclared
identifier 'AVFMT_RAWPICTURE'
      if (oc->oformat->flags & AVFMT_RAWPICTURE) {
                               ^
  modules/highgui/src/cap_ffmpeg_impl.hpp:1679:35: error: use of undeclared
identifier 'AVFMT_RAWPICTURE'
          if( (oc->oformat->flags & AVFMT_RAWPICTURE) =3D=3D 0 )
                                    ^
  modules/highgui/src/cap_ffmpeg_impl.hpp:1913:32: error: use of undeclared
identifier 'AVFMT_RAWPICTURE'
      if (!(oc->oformat->flags & AVFMT_RAWPICTURE)) {
                                 ^
  modules/highgui/src/cap_ffmpeg_impl.hpp:2207:25: error: use of undeclared
identifier 'CODEC_FLAG_GLOBAL_HEADER'
              c->flags |=3D CODEC_FLAG_GLOBAL_HEADER;
                          ^

  PR:           227726
  Obtained from:        upstream (via Homebrew)

Changes:
  head/graphics/opencv/files/patch-modules_highgui_src_cap__ffmpeg__impl.hpp

--=20
You are receiving this mail because:
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-wQ7SjBSpxr>