From 069090f9adfbbbbb50268d8dee643051011c2f12 Mon Sep 17 00:00:00 2001 From: v3DJG6GL <72495210+v3DJG6GL@users.noreply.github.com> Date: Thu, 23 Apr 2026 01:19:07 +0200 Subject: [PATCH 1/2] chore: bump Windows mpv-dev to 20260421 (shinchiro) --- .../media_kit_libs_windows_video/windows/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/windows/media_kit_libs_windows_video/windows/CMakeLists.txt b/libs/windows/media_kit_libs_windows_video/windows/CMakeLists.txt index cad4a0fe4..6ba2dadc7 100644 --- a/libs/windows/media_kit_libs_windows_video/windows/CMakeLists.txt +++ b/libs/windows/media_kit_libs_windows_video/windows/CMakeLists.txt @@ -64,11 +64,11 @@ function(check_directory_exists_and_not_empty dir result_var) endfunction() # libmpv archive containing the pre-built shared libraries & headers. -set(LIBMPV "mpv-dev-x86_64-20260221-git-534b2d2.7z") +set(LIBMPV "mpv-dev-x86_64-20260421-git-5921fe5.7z") # Download URL & MD5 hash of the libmpv archive. -set(LIBMPV_URL "https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20260221/mpv-dev-x86_64-20260221-git-534b2d2.7z") -set(LIBMPV_MD5 "42940fdd4ef96d9986b503d315f2290a") +set(LIBMPV_URL "https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20260421/mpv-dev-x86_64-20260421-git-5921fe5.7z") +set(LIBMPV_MD5 "6f6fd799d2a218bb7ac01661e96102d9") # Download location of the libmpv archive. set(LIBMPV_ARCHIVE "${CMAKE_BINARY_DIR}/${LIBMPV}") From a5789df7147d344772183665d39da478815bb039 Mon Sep 17 00:00:00 2001 From: v3DJG6GL <72495210+v3DJG6GL@users.noreply.github.com> Date: Sun, 17 May 2026 19:19:23 +0200 Subject: [PATCH 2/2] chore: bump Windows mpv-dev to 20260517 (shinchiro) --- .../media_kit_libs_windows_video/windows/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/windows/media_kit_libs_windows_video/windows/CMakeLists.txt b/libs/windows/media_kit_libs_windows_video/windows/CMakeLists.txt index 6ba2dadc7..081b95bc9 100644 --- a/libs/windows/media_kit_libs_windows_video/windows/CMakeLists.txt +++ b/libs/windows/media_kit_libs_windows_video/windows/CMakeLists.txt @@ -67,8 +67,8 @@ endfunction() set(LIBMPV "mpv-dev-x86_64-20260421-git-5921fe5.7z") # Download URL & MD5 hash of the libmpv archive. -set(LIBMPV_URL "https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20260421/mpv-dev-x86_64-20260421-git-5921fe5.7z") -set(LIBMPV_MD5 "6f6fd799d2a218bb7ac01661e96102d9") +set(LIBMPV_URL "https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20260517/mpv-dev-x86_64-20260517-git-059bc70.7z") +set(LIBMPV_MD5 "4a648fcdd8b8c1492b9142a1e040455a") # Download location of the libmpv archive. set(LIBMPV_ARCHIVE "${CMAKE_BINARY_DIR}/${LIBMPV}")