Date: Fri, 04 Nov 2016 05:19:57 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 214194] multimedia/kdemultimedia4-ffmpegthumbs: fails to build with ffmpeg 3.x Message-ID: <bug-214194-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214194 Bug ID: 214194 Summary: multimedia/kdemultimedia4-ffmpegthumbs: fails to build with ffmpeg 3.x Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: needs-patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kde@FreeBSD.org Reporter: jbeich@FreeBSD.org Blocks: 207547 Flags: maintainer-feedback?(kde@FreeBSD.org) Assignee: kde@FreeBSD.org ffmpegthumbnailer/moviedecoder.h:55:31: error: unknown type name 'PixelForm= at'; did you mean 'AVPixelFormat'? void convertAndScaleFrame(PixelFormat format, int scaledSize, bool maintainAspectRatio, int& scaledWidth, int& scaledHeight); ^~~~~~~~~~~ AVPixelFormat /usr/local/include/libavutil/pixfmt.h:60:6: note: 'AVPixelFormat' declared = here enum AVPixelFormat { ^ ffmpegthumbnailer/moviedecoder.cpp:70:16: error: use of undeclared identifi= er 'avcodec_alloc_frame' m_pFrame =3D avcodec_alloc_frame(); ^ ffmpegthumbnailer/moviedecoder.cpp:242:5: error: use of undeclared identifi= er 'avcodec_get_frame_defaults' avcodec_get_frame_defaults(m_pFrame); ^ ffmpegthumbnailer/moviedecoder.cpp:289:9: error: use of undeclared identifi= er 'avpicture_deinterlace' avpicture_deinterlace((AVPicture*) m_pFrame, (AVPicture*) m_pFrame, m_pVideoCodecContext->pix_fmt, ^ ffmpegthumbnailer/moviedecoder.cpp:305:41: error: unknown type name 'PixelFormat'; did you mean 'AVPixelFormat'? void MovieDecoder::convertAndScaleFrame(PixelFormat format, int scaledSize, bool maintainAspectRatio, int& scaledWidth, int& scaledHeight) ^~~~~~~~~~~ AVPixelFormat /usr/local/include/libavutil/pixfmt.h:60:6: note: 'AVPixelFormat' declared = here enum AVPixelFormat { ^ http://package23.nyi.freebsd.org/data/103i386-default-PR207547/2016-10-04_1= 8h24m30s/logs/errors/kdemultimedia-ffmpegthumbs-4.14.3.log Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207547 [Bug 207547] [exp-run] Update ffmpeg to 3.2 --=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-214194-13>