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

--- Comment #4 from Stefan Brüns <stefan.bru...@rwth-aachen.de> ---
Git commit f5c605d07f7f97057be8fce5e4b63863330baf8b by Stefan Brüns.
Committed on 12/11/2023 at 19:01.
Pushed by bruns into branch 'master'.

[FFmpegExtractor] Bail out on first missing component during find_package

The various FFmpeg componets have different version schemes, so it is
not possible to query all components in a single call.

On the other hand, subsequent find_package calls will overwrite the
FOUND_FFMPEG variable with the last result, thus FOUND_FFMPEG will be
set even when only libavutil is installed.

Make the component checks dependent on the earlier ones, so the summary
shows the correct result.

M  +6    -2    CMakeLists.txt

https://invent.kde.org/frameworks/kfilemetadata/-/commit/f5c605d07f7f97057be8fce5e4b63863330baf8b

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to