Skip to content

Commit

Permalink
do not use libmpv on qt5/windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed May 20, 2024
1 parent 4a85d10 commit 6d9a970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/scripts/github-actions/build-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ $zlib_version = "1.3.1"
$zlib_link = "https://github.com/madler/zlib/archive/refs/tags/v$zlib_version.zip"
$zlib_output = "zlib.zip"

$libmpv_date = "2024-04-19"
$libmpv_commit = "1a49545"
$libmpv_date = "2024-05-20"
$libmpv_commit = "e6e0aaa"
$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"
Expand Down

0 comments on commit 6d9a970

Please sign in to comment.