Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down