Update Windows, macOS, and AppImage dependencies

- SDL -> 3.4.14
- FFmpeg -> 9.0
- libplacebo -> 4d82c689
This commit is contained in:
Cameron Gutman
2026-08-04 23:12:04 -05:00
parent 546cb72e32
commit b5d7f3b9f8
4 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v5
with:
repository: libsdl-org/SDL
ref: c9ad296376ed6091e0fdec9844461fdf09af7845
ref: release-3.4.14
path: deps/SDL
- name: Build SDL3
@@ -101,7 +101,7 @@ jobs:
uses: actions/checkout@v5
with:
repository: haasn/libplacebo
ref: 2d0979fb54e025e904c7372666fffbf5dae40f66
ref: 4d82c6898551068d4ae6a6b5538efcddc2c7cf64
path: deps/libplacebo
submodules: 'recursive'
@@ -129,7 +129,7 @@ jobs:
uses: actions/checkout@v5
with:
repository: FFmpeg/FFmpeg
ref: n8.1.1
ref: n9.0
path: deps/FFmpeg
- name: Build FFmpeg
+1 -1
View File
@@ -157,7 +157,7 @@ win32:!winrt {
}
macx {
!disable-prebuilts {
LIBS += -lssl.3 -lcrypto.3 -lavcodec.62 -lavutil.60 -lswscale.9 -lopus.0 -lSDL2 -lSDL2_ttf -lplacebo
LIBS += -lssl.3 -lcrypto.3 -lavcodec.63 -lavutil.61 -lswscale.10 -lopus.0 -lSDL2 -lSDL2_ttf -lplacebo
CONFIG += discord-rpc libplacebo
}
+1 -1
View File
@@ -4,7 +4,7 @@ $Organization = "moonlight-stream"
$PrebuiltRepo = "moonlight-qt-deps"
$TargetDir = Join-Path $PSScriptRoot "libs\windows"
$Assets = @("windows-x64.zip", "windows-ARM64.zip")
$Tag = "v10"
$Tag = "v11"
if (Test-Path $TargetDir) {
Write-Host "Cleaning target directory..." -ForegroundColor Cyan
+1 -1
View File
@@ -7,7 +7,7 @@ import shutil
ORGANIZATION = "moonlight-stream"
PREBUILT_REPO = "moonlight-qt-deps"
TAG = "v10"
TAG = "v11"
def get_platform_config():
system = platform.system()