From c8e6cac00ca6e253d13d06bd6b08dbaef0d4eeba Mon Sep 17 00:00:00 2001 From: edde746 <86283021+edde746@users.noreply.github.com> Date: Tue, 3 Mar 2026 17:18:57 +0100 Subject: [PATCH] bump mpv windows to 20260303 --- windows/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/CMakeLists.txt b/windows/CMakeLists.txt index 52f426b9..345793fa 100644 --- a/windows/CMakeLists.txt +++ b/windows/CMakeLists.txt @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.14) project(plezy LANGUAGES CXX) # Download and extract mpv-dev (architecture-dependent) -set(MPV_VERSION "20260120") -set(MPV_GIT_HASH "b7e8fe9") +set(MPV_VERSION "20260303") +set(MPV_GIT_HASH "c55bdc3") if(CMAKE_SYSTEM_PROCESSOR STREQUAL "ARM64") # ARM64: use file(DOWNLOAD) + 7z extraction (CMake's built-in libarchive