[Bug 209348] multimedia/libquicktime: Fix build with ffmpeg 3.0.x

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 7 17:23:19 UTC 2016


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

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

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

Log:
  multimedia/libquicktime: unbreak build with ffmpeg 3.0

  lqt_ffmpeg.c:389:13: error: use of undeclared identifier
'CODEC_ID_MPEG1VIDEO'; did you mean 'AV_CODEC_ID_MPEG1VIDEO'?
        .id = CODEC_ID_MPEG1VIDEO,
              ^~~~~~~~~~~~~~~~~~~
  lqt_ffmpeg.c:547:13: error: use of undeclared identifier 'CODEC_ID_SVQ1'; did
you mean 'AV_CODEC_ID_SVQ1'?
        .id = CODEC_ID_SVQ1,
              ^~~~~~~~~~~~~
  [...]

  PR:           209348
  Reported by:  antoine (via exp-run)
  Submitted by: Ben Woods <woodsb02 at gmail.com>
  Obtained from:        Debian

Changes:
  head/multimedia/libquicktime/Makefile
  head/multimedia/libquicktime/files/patch-ffmpeg2
  head/multimedia/libquicktime/files/patch-ffmpeg29
  head/multimedia/libquicktime/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