Skip to content

Commit 494084e

Browse files
committed
Merge branch 'master' into spiced
2 parents 58c7e6e + 0ba4fdc commit 494084e

3 files changed

Lines changed: 1 addition & 44 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Upload Artifact
6262
id: upload
63-
uses: actions/upload-artifact@v5
63+
uses: actions/upload-artifact@v6
6464
with:
6565
name: mpv-macos-26-arm64
6666
path: mpv.tar.gz

fetch

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ fetch_libvpx() {
125125
local url="https://chromium.googlesource.com/webm/libvpx"
126126
rm -rf src/libvpx
127127
git -C src clone --depth 1 "${url}"
128-
git -C src/libvpx apply --apply --stat "$(realpath patches/libvpx-darwin25.diff)"
129128
}
130129

131130
fetch_libwebp() {

patches/libvpx-darwin25.diff

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)