https://bugs.kde.org/show_bug.cgi?id=485432
--- Comment #2 from maril...@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 watching all bug changes.