[Bug 208817] multimedia/libxine: Fix build with ffmpeg 3.0.x
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Apr 15 16:46:42 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208817
--- Comment #3 from commit-hook at 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 = 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 at 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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list