fix build
This commit is contained in:
parent
a6dc7f41b2
commit
cff455af12
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ $zlib_version = "1.3"
|
|||
$zlib_link = "https://github.com/madler/zlib/archive/refs/tags/v$zlib_version.zip"
|
||||
$zlib_output = "zlib.zip"
|
||||
|
||||
$libmpv_date = "2023-12-20"
|
||||
$libmpv_commit = "17be6e1"
|
||||
$libmpv_date = "2024-01-21"
|
||||
$libmpv_commit = "b0e6ac3"
|
||||
$libmpv_version = "{0}-git-{1}"-f $libmpv_date.Replace("-", ""), $libmpv_commit
|
||||
$libmpv_link = "https://github.com/zhongfly/mpv-winbuild/releases/download/$libmpv_date-$libmpv_commit/mpv-dev-x86_64-$libmpv_version.7z"
|
||||
$libmpv_output = "mpv.zip"
|
||||
|
|
Loading…
Add table
Reference in a new issue