[k3b] [Bug 485432] Fail to build with ffmpeg 7
Leslie Zhai
bugzilla_noreply at kde.org
Sat Apr 13 08:41:11 BST 2024
https://bugs.kde.org/show_bug.cgi?id=485432
--- Comment #3 from Leslie Zhai <zhaixiang at loongson.cn> ---
(In reply to marillat from comment #2)
> (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
Thanks for pointing out my fault! Fixed:
https://github.com/KDE/k3b/commit/071535a79c3d2b074163cbb0881117a995ed17cd
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the k3b
mailing list