File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ list(APPEND OLIVE_LIBRARIES
251251list (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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1919add_subdirectory (core EXCLUDE_FROM_ALL )
2020
2121set (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 " )
2323add_subdirectory (KDDockWidgets EXCLUDE_FROM_ALL )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments