Date: Sat, 07 May 2016 17:22:16 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 209121] textproc/libextractor: Fix build with ffmpeg 3.0.x Message-ID: <bug-209121-13-G0Q680aYaY@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-209121-13@https.bugs.freebsd.org/bugzilla/> References: <bug-209121-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=3D209121 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Sat May 7 17:21:26 UTC 2016 New revision: 414776 URL: https://svnweb.freebsd.org/changeset/ports/414776 Log: textproc/libextractor: unbreak build with ffmpeg 3.0 thumbnailffmpeg_extractor.c:156:22: error: variable has incomplete type '= enum PixelFormat' enum PixelFormat src_pixfmt, ^ thumbnailffmpeg_extractor.c:212:40: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'? av_malloc (avpicture_get_size (PIX_FMT_RGB24, dst_width, dst_height)))) ^~~~~~~~~~~~~ thumbnailffmpeg_extractor.c:223:19: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'? PIX_FMT_RGB24, dst_width, dst_height); ^~~~~~~~~~~~~ thumbnailffmpeg_extractor.c:258:32: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'? encoder_codec_ctx->pix_fmt =3D PIX_FMT_RGB24; ^~~~~~~~~~~~~ thumbnailffmpeg_extractor.c:455:44: error: argument type 'enum PixelForma= t' is incomplete frame->linesize, codec_ctx->pix_fmt, ^~~~~~~~~~~~~~~~~~ thumbnailffmpeg_extractor.c:630:44: error: argument type 'enum PixelForma= t' is incomplete frame->linesize, codec_ctx->pix_fmt, ^~~~~~~~~~~~~~~~~~ PR: 209121 Reported by: antoine (via exp-run) Submitted by: Ben Woods <woodsb02@gmail.com> Obtained from: Debian Changes: head/textproc/libextractor/Makefile head/textproc/libextractor/files/patch-ffmpeg29 --=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-209121-13-G0Q680aYaY>