[Bug 278705] multimedia/ffmpeg: update to 8.0.1 (WIP)

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 25 Dec 2025 07:39:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278705

--- Comment #43 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
for memorandum :)

www/qt5-webengine

It seems that if use_system_ffmpeg condition in
${WRKSRC}/src/3rdparty/chromium/third_party/ffmpeg/BUILD.gn is true,
${WRKDIR}/.build/src/core/release/gen/third_party/ffmpeg/libavcodec/avcodec.h
will be used.
It has #include <libavcodec/avcodec.h>.

According to the results of diff -u {${WRKSRC of qt5-webengine},${WRKSRC of
qt6-webengine}}/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc,
the 4 reordered_opaque errors are simply removed, and it seems that no new code
has been added.

So, I tried continuing by excluding those 3 lines with #if 0 ... #endif.
At the very least, that error has been overcome.
The following error is in
${WRKSRC}/src/3rdparty/chromium/media/ffmpeg/ffmpeg_common.cc :)
It is an FF_PROFILE_* error.

-- 
You are receiving this mail because:
You are on the CC list for the bug.