Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 May 2016 17:22:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 208895] graphics/opencv: Fix build with ffmpeg 3.0.x
Message-ID:  <bug-208895-12827-TyJf9UOs4D@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-208895-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-208895-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=3D208895

--- Comment #4 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Sat May  7 17:22:02 UTC 2016
New revision: 414777
URL: https://svnweb.freebsd.org/changeset/ports/414777

Log:
  graphics/opencv: unbreak build with ffmpeg 3.0

  modules/highgui/src/ffmpeg_codecs.hpp:104:7: error: use of undeclared
identifier 'CODEC_ID_H264'; did you mean 'AV_CODEC_ID_H264'?
      { CODEC_ID_H264, MKTAG('H', '2', '6', '4') },
        ^~~~~~~~~~~~~
  modules/highgui/src/ffmpeg_codecs.hpp:121:7: error: use of undeclared
identifier 'CODEC_ID_MPEG4'; did you mean 'AV_CODEC_ID_MPEG4'?
      { CODEC_ID_MPEG4, MKTAG('D', 'I', 'V', 'X') },
        ^~~~~~~~~~~~~~
  [...]

  PR:           208895
  Reported by:  antoine (via exp-run)
  Submitted by: Ben Woods <woodsb02@gmail.com>
  Approved by:  maintainer timeout (jhale, 3 weeks)
  Obtained from:        Debian

Changes:
  head/graphics/opencv/Makefile
  head/graphics/opencv/files/patch-ffmpeg29
  head/graphics/opencv/files/patch-libav10

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208895-12827-TyJf9UOs4D>