Date: Fri, 04 Nov 2016 12:06:26 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 214196] multimedia/nordlicht: fails to build with ffmpeg 3.x Message-ID: <bug-214196-13-l6WrloExid@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-214196-13@https.bugs.freebsd.org/bugzilla/> References: <bug-214196-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=3D214196 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Fri Nov 4 12:06:16 UTC 2016 New revision: 425316 URL: https://svnweb.freebsd.org/changeset/ports/425316 Log: MFH: r425315 multimedia/nordlicht: unbreak build with ffmpeg 3.x image.c:28:24: error: use of undeclared identifier 'PIX_FMT_RGB24'; did y= ou mean 'AV_PIX_FMT_RGB24'? i->frame->format =3D PIX_FMT_RGB24; // best choice? ^~~~~~~~~~~~~ AV_PIX_FMT_RGB24 /usr/local/include/libavutil/pixfmt.h:64:5: note: 'AV_PIX_FMT_RGB24' decl= ared here AV_PIX_FMT_RGB24, ///< packed RGB 8:8:8, 24bpp, RGBRGB... ^ image.c:243:32: error: use of undeclared identifier 'PIX_FMT_RGB24'; did = you mean 'AV_PIX_FMT_RGB24'? encoder_context->pix_fmt =3D PIX_FMT_RGB24; ^~~~~~~~~~~~~ AV_PIX_FMT_RGB24 /usr/local/include/libavutil/pixfmt.h:64:5: note: 'AV_PIX_FMT_RGB24' decl= ared here AV_PIX_FMT_RGB24, ///< packed RGB 8:8:8, 24bpp, RGBRGB... ^ PR: 214196 Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer) Obtained from: upstream Approved by: ports-secteam blanket Changes: _U branches/2016Q4/ branches/2016Q4/multimedia/nordlicht/Makefile branches/2016Q4/multimedia/nordlicht/files/patch-image.c branches/2016Q4/multimedia/nordlicht/files/patch-source.c --=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-214196-13-l6WrloExid>