summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorArtem Dyomin <artem.dyomin@qt.io>2024-02-19 13:34:46 +0100
committerArtem Dyomin <artem.dyomin@qt.io>2024-02-26 15:52:48 +0000
commit7e1e9166aff479e0e5b65b813aade4b159d55a49 (patch)
tree6a3585b6326be5278fcaa116bf02ddce3f13c160 /cmake
parent0a702e0ac50d70c05744cea15a938810e07c9c88 (diff)
Print found shared ffmpeg libs in cmake logs
Dumping of shared ffmpeg libs is useful for us for easy check if the proper libs were found on CI. Pick-to: 6.7 6.6 6.5 Change-Id: If0d6f9f8e46c9d76d1823a6c47a79b62d5248f94 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jøger Hansegård <joger.hansegard@qt.io> Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindFFmpeg.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/FindFFmpeg.cmake b/cmake/FindFFmpeg.cmake
index 661de90ca..787b69ac6 100644
--- a/cmake/FindFFmpeg.cmake
+++ b/cmake/FindFFmpeg.cmake
@@ -300,6 +300,8 @@ endfunction()
list(REMOVE_DUPLICATES FFMPEG_LIBRARY_DIRS)
list(REMOVE_DUPLICATES FFMPEG_SHARED_LIBRARIES)
+ message(STATUS "FFmpeg shared libs: ${FFMPEG_SHARED_LIBRARIES}")
+
# cache the vars.
set(FFMPEG_INCLUDE_DIRS ${FFMPEG_INCLUDE_DIRS} CACHE STRING "The FFmpeg include directories." FORCE)
set(FFMPEG_LIBRARIES ${FFMPEG_LIBRARIES} CACHE STRING "The FFmpeg libraries." FORCE)