https://bugs.kde.org/show_bug.cgi?id=425284
--- Comment #13 from caulier.gil...@gmail.com --- Git commit 2eb84eeb93994d93c4b3f4bdb001cba2fba67fb1 by Gilles Caulier. Committed on 04/01/2024 at 11:26. Pushed by cgilles into branch 'master'. Complete isolation of QtAv code. Tested with Qt5 and Qt5. Tested with and without mediaplayer cmake option. The linking problem with QtAv was the auto reccursive parsing of header file in whole source repository. QtAv was always parsed and add to the compilation rules. Not qtav and qtmm are removed from the parse and add at the demand when necessary. Continue to port VideoSlideshw to FFmpeg CLI tool to drop QtAV (Qt5 and Qt6). Related: bug 472503, bug 427221, bug 139781, bug 462810, bug 448681 M +6 -2 core/CMakeLists.txt M +27 -0 core/cmake/rules/RulesMediaPlayer.cmake M +1 -1 core/dplugins/generic/tools/CMakeLists.txt M +3 -4 core/dplugins/generic/tools/videoslideshow/wizard/vidslidefinalpage.cpp M +6 -8 core/libs/video/CMakeLists.txt https://invent.kde.org/graphics/digikam/-/commit/2eb84eeb93994d93c4b3f4bdb001cba2fba67fb1 -- You are receiving this mail because: You are watching all bug changes.