Date: Sat, 07 May 2016 17:23:19 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 209348] multimedia/libquicktime: Fix build with ffmpeg 3.0.x Message-ID: <bug-209348-13-FMaYTBhMz2@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-209348-13@https.bugs.freebsd.org/bugzilla/> References: <bug-209348-13@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=3D209348 --- Comment #3 from commit-hook@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 =3D CODEC_ID_MPEG1VIDEO, ^~~~~~~~~~~~~~~~~~~ lqt_ffmpeg.c:547:13: error: use of undeclared identifier 'CODEC_ID_SVQ1';= did you mean 'AV_CODEC_ID_SVQ1'? .id =3D CODEC_ID_SVQ1, ^~~~~~~~~~~~~ [...] PR: 209348 Reported by: antoine (via exp-run) Submitted by: Ben Woods <woodsb02@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 --=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-209348-13-FMaYTBhMz2>