Jan Beich (mail not working) <jbe...@freebsd.org> has reassigned Bugzilla Automation <bugzi...@freebsd.org>'s request for maintainer-feedback to k...@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