[k3b] [Bug 485432] Fail to build with ffmpeg 7

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Sat Apr 13 07:09:48 BST 2024


https://bugs.kde.org/show_bug.cgi?id=485432

--- Comment #2 from marillat at deb-multimedia.org ---
(In reply to Leslie Zhai from comment #1)
> Hi,
> https://github.com/KDE/k3b/commit/712ef4adc992fd848dfd769f346f87216029c285

For the record LIBAVCODEC_VERSION_MAJOR come from the library soname
We have libavcodec.so.61.3.100 in FFmpeg 7.0
#if LIBAVCODEC_VERSION_MAJOR < 70
must be 
#if LIBAVCODEC_VERSION_MAJOR < 61

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the k3b mailing list