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..081b95bc9 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/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}")