[Bug 214194] multimedia/kdemultimedia4-ffmpegthumbs: fails to build with ffmpeg 3.x
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 4 05:19:57 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214194
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 at FreeBSD.org
Reporter: jbeich at FreeBSD.org
Blocks: 207547
Flags: maintainer-feedback?(kde at FreeBSD.org)
Assignee: kde at FreeBSD.org
ffmpegthumbnailer/moviedecoder.h:55:31: error: unknown type name 'PixelFormat';
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 identifier
'avcodec_alloc_frame'
m_pFrame = avcodec_alloc_frame();
^
ffmpegthumbnailer/moviedecoder.cpp:242:5: error: use of undeclared identifier
'avcodec_get_frame_defaults'
avcodec_get_frame_defaults(m_pFrame);
^
ffmpegthumbnailer/moviedecoder.cpp:289:9: error: use of undeclared identifier
'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_18h24m30s/logs/errors/kdemultimedia-ffmpegthumbs-4.14.3.log
Referenced Bugs:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207547
[Bug 207547] [exp-run] Update ffmpeg to 3.2
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list