Date: Fri, 15 Apr 2016 16:46:42 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 208817] multimedia/libxine: Fix build with ffmpeg 3.0.x Message-ID: <bug-208817-13-FnuG4op6BR@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-208817-13@https.bugs.freebsd.org/bugzilla/> References: <bug-208817-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=3D208817 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Fri Apr 15 16:46:25 UTC 2016 New revision: 413354 URL: https://svnweb.freebsd.org/changeset/ports/413354 Log: multimedia/libxine: unbreak build with ffmpeg 3.0 ff_audio_decoder.c:593:22: error: implicit declaration of function 'avcodec_alloc_frame' is invalid in C99 [-Werror,-Wimplicit-function-declaration] this->av_frame =3D avcodec_alloc_frame (); ^ ff_audio_decoder.c:1074:5: error: implicit declaration of function 'avcodec_free_frame' is invalid in C99 [-Werror,-Wimplicit-function-declaration] avcodec_free_frame (&this->av_frame); ^ PR: 208817 Reported by: antoine (via exp-run) Submitted by: Ben Woods <woodsb02@gmail.com> Obtained from: Arch Linux MFH: 2016Q2 (just-in-case "fix it" blanket) Changes: head/multimedia/libxine/Makefile head/multimedia/libxine/files/patch-ffmpeg3 --=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-208817-13-FnuG4op6BR>