[Bug 208895] graphics/opencv: Fix build with ffmpeg 3.0.x

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 7 17:22:18 UTC 2016


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

--- Comment #4 from commit-hook at 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 at 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

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


More information about the freebsd-multimedia mailing list