fix: use baseline x86_64 mpv build for older CPU compat

This commit is contained in:
edde746
2026-04-16 04:19:43 +02:00
parent f87f0b0807
commit d04781e4b3
+1 -1
View File
@@ -41,7 +41,7 @@ else()
include(FetchContent) include(FetchContent)
FetchContent_Declare( FetchContent_Declare(
mpv_dev mpv_dev
URL https://sourceforge.net/projects/mpv-player-windows/files/libmpv/mpv-dev-x86_64-v3-${MPV_VERSION}-git-${MPV_GIT_HASH}.7z/download URL https://sourceforge.net/projects/mpv-player-windows/files/libmpv/mpv-dev-x86_64-${MPV_VERSION}-git-${MPV_GIT_HASH}.7z/download
DOWNLOAD_EXTRACT_TIMESTAMP TRUE DOWNLOAD_EXTRACT_TIMESTAMP TRUE
) )
FetchContent_MakeAvailable(mpv_dev) FetchContent_MakeAvailable(mpv_dev)