K 10 svn:author V 6 jbeich K 8 svn:date V 27 2016-04-15T16:46:24.903522Z K 7 svn:log V 628 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 Obtained from: Arch Linux MFH: 2016Q2 (just-in-case "fix it" blanket) END