From a55b03033f9018677efdb29ffdbdf9fa1fb546da Mon Sep 17 00:00:00 2001 From: edde746 <86283021+edde746@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:00:42 +0100 Subject: [PATCH] chore: update mpv windows link --- windows/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/CMakeLists.txt b/windows/CMakeLists.txt index b2d25f79..b9e3d023 100644 --- a/windows/CMakeLists.txt +++ b/windows/CMakeLists.txt @@ -6,7 +6,7 @@ project(plezy LANGUAGES CXX) include(FetchContent) FetchContent_Declare( mpv_dev - URL https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20251201/mpv-dev-x86_64-v3-20251201-git-72dbcf1.7z + URL https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20260120/mpv-dev-x86_64-v3-20260120-git-b7e8fe9.7z DOWNLOAD_EXTRACT_TIMESTAMP TRUE ) FetchContent_MakeAvailable(mpv_dev)