Skip to content

Commit

Permalink
Switch back to upstream MPV.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Dec 17, 2023
1 parent e557757 commit 43c469f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
curl -L https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip > ninja.zip
unzip ninja.zip
mv ninja.exe build/
curl -L https://github.com/iwalton3/mpv-winbuild-cmake/releases/download/v20230304-git-362256e/mpv-dev-x86_64-20230304-git-362256e.7z > mpv.7z
curl -L https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20231215/mpv-dev-x86_64-20231215-git-e9d0a31.7z > mpv.7z
7z x mpv.7z
mkdir mpv
mv include mpv
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
curl -L https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip > ninja.zip
unzip ninja.zip
mv ninja.exe build/
curl -L https://github.com/iwalton3/mpv-winbuild-cmake/releases/download/v20230304-git-362256e/mpv-dev-i686-20230304-git-362256e.7z > mpv.7z
curl -L https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20231215/mpv-dev-i686-20231215-git-e9d0a31.7z > mpv.7z
7z x mpv.7z
mkdir mpv
mv include mpv
Expand Down

2 comments on commit 43c469f

@siedenburg2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't work,
the file isn't there, also the mpv.def file is missing and required for further actions.

@iwalton3
Copy link
Member Author

@iwalton3 iwalton3 commented on 43c469f Jan 25, 2024 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.