Discussion:
[Bug 209348] multimedia/libquicktime: Fix build with ffmpeg 3.0.x
(too old to reply)
b***@freebsd.org
2016-05-06 23:06:13 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209348

Ben Woods <***@gmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Blocks| |207547


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207547
[Bug 207547] [exp-run] Update ffmpeg to 3.0
--
You are receiving this mail because:
You are on the CC list for the bug.
b***@freebsd.org
2016-05-06 23:07:15 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209348

--- Comment #1 from Ben Woods <***@gmail.com> ---
Created attachment 170072
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=170072&action=edit
QA: Successful poudriere testport logs for multimedia/libquicktime with patch
against current ports tree (FFmpeg 2.8.6_2,1) on FreeBSD 11-current amd64
--
You are receiving this mail because:
You are on the CC list for the bug.
b***@freebsd.org
2016-05-06 23:08:31 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209348

--- Comment #2 from Ben Woods <***@gmail.com> ---
Created attachment 170073
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=170073&action=edit
QA: Successful poudriere testport logs for multimedia/libquicktime with patch
against FFmpeg 3.0.1 (from PR 207547) on FreeBSD 11-current amd64
--
You are receiving this mail because:
You are on the CC list for the bug.
b***@freebsd.org
2016-05-07 17:23:19 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209348

--- Comment #3 from commit-***@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 <***@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.
b***@freebsd.org
2016-05-07 17:23:56 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209348

Jan Beich <***@FreeBSD.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|New |Closed
Resolution|--- |FIXED
Assignee|freebsd-ports-***@FreeBSD. |***@FreeBSD.org
|org |

--- Comment #4 from Jan Beich <***@FreeBSD.org> ---
Thanks. Committed.
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...