Date: Fri, 04 May 2018 11:41:19 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 227726] multimedia/ffmpeg: update to 4.0 Message-ID: <bug-227726-12827-TLTAB4H0F4@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-227726-12827@https.bugs.freebsd.org/bugzilla/> References: <bug-227726-12827@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=3D227726 --- Comment #67 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Fri May 4 11:40:45 UTC 2018 New revision: 469018 URL: https://svnweb.freebsd.org/changeset/ports/469018 Log: graphics/php5-ffmpeg: unbreak with ffmpeg 4.0 ffmpeg_movie.c:978:29: error: no member named 'codec_name' in 'struct AVCodecContext'; did you mean 'coded_frame'? } else if (decoder_ctx->codec_name[0] !=3D '\0') { ^~~~~~~~~~ coded_frame /usr/local/include/libavcodec/avcodec.h:2760:35: note: 'coded_frame' decl= ared here attribute_deprecated AVFrame *coded_frame; ^ ffmpeg_movie.c:978:43: error: invalid operands to binary expression ('AVFrame' (aka 'struct AVFrame') and 'int') } else if (decoder_ctx->codec_name[0] !=3D '\0') { ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~ ffmpeg_movie.c:979:35: error: no member named 'codec_name' in 'struct AVCodecContext' codec_name =3D decoder_ctx->codec_name; ~~~~~~~~~~~ ^ PR: 227726 Reported by: antoine (via exp-run) Changes: head/graphics/php5-ffmpeg/Makefile head/graphics/php5-ffmpeg/files/patch-ffmpeg_movie.c --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227726-12827-TLTAB4H0F4>