maintainer-feedback requested: [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
Jan Beich (mail not working) <jbeich at FreeBSD.org> has reassigned Bugzilla
Automation <bugzilla at FreeBSD.org>'s request for maintainer-feedback to
kde at FreeBSD.org:
Bug 214194: multimedia/kdemultimedia4-ffmpegthumbs: fails to build with ffmpeg
3.x
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214194
--- Description ---
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_18h24
m30s/logs/errors/kdemultimedia-ffmpegthumbs-4.14.3.log
More information about the kde-freebsd
mailing list