Skip to content

Commit d0d1fb2

Browse files
author
孙羽
committed
Update FFmpeg and KDDockWidgets versions
Upgrade FFmpeg to version 6.0 and adjust the required DLLs accordingly. Also, set KDDockWidgets to use Qt6.
1 parent fa10093 commit d0d1fb2

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ list(APPEND OLIVE_LIBRARIES
251251
list(APPEND OLIVE_LIBRARIES OfxHost)
252252

253253
# Link FFmpeg
254-
find_package(FFMPEG 8.0 REQUIRED
254+
find_package(FFMPEG 6.0 REQUIRED
255255
COMPONENTS
256256
avutil
257257
avcodec

app/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ if (WIN32)
204204
# DLLs to copy from MSYS2 (common dependencies)
205205
set(_msys2_dlls
206206
# FFmpeg
207-
avcodec-63.dll avformat-63.dll avutil-59.dll avfilter-12.dll
207+
avcodec-61.dll avformat-61.dll avutil-59.dll avfilter-10.dll
208208
swscale-8.dll swresample-5.dll
209209
# OpenImageIO
210210
OpenImageIO.dll OpenImageIO_Util.dll

ext/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
add_subdirectory(core EXCLUDE_FROM_ALL)
2020

2121
set(KDDockWidgets_STATIC ON CACHE INTERNAL "Force KDDockWidgets to build statically")
22-
set(KDDockWidgets_QT6 ${BUILD_QT6} CACHE INTERNAL "Conform KDDockWidgets' Qt 6 setting to ours")
22+
set(KDDockWidgets_QT6 ON CACHE INTERNAL "Use Qt6 for KDDockWidgets")
2323
add_subdirectory(KDDockWidgets EXCLUDE_FROM_ALL)

ext/core

Submodule core updated from 6ba0a11 to d26adb2

tests/gtest/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ if (WIN32)
127127
# DLLs to copy from MSYS2
128128
set(_msys2_dlls
129129
# FFmpeg
130-
avcodec-63.dll avformat-63.dll avutil-59.dll avfilter-12.dll
130+
avcodec-61.dll avformat-61.dll avutil-59.dll avfilter-10.dll
131131
swscale-8.dll swresample-5.dll
132132
# OpenImageIO
133133
OpenImageIO.dll OpenImageIO_Util.dll

0 commit comments

Comments
 (0)