Skip to content

Commit e223bf9

Browse files
committed
Use libplacebo renderer on macOS
1 parent 6e23177 commit e223bf9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/app.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ win32:!winrt {
157157
}
158158
macx {
159159
!disable-prebuilts {
160-
LIBS += -lssl.3 -lcrypto.3 -lavcodec.62 -lavutil.60 -lswscale.9 -lopus.0 -lSDL2 -lSDL2_ttf
161-
CONFIG += discord-rpc
160+
LIBS += -lssl.3 -lcrypto.3 -lavcodec.62 -lavutil.60 -lswscale.9 -lopus.0 -lSDL2 -lSDL2_ttf -lplacebo
161+
CONFIG += discord-rpc libplacebo
162162
}
163163

164164
LIBS += -lobjc -framework VideoToolbox -framework AVFoundation -framework CoreVideo -framework CoreGraphics -framework CoreMedia -framework AppKit -framework Metal -framework QuartzCore

setup-deps.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $Organization = "moonlight-stream"
44
$PrebuiltRepo = "moonlight-qt-deps"
55
$TargetDir = Join-Path $PSScriptRoot "libs\windows"
66
$Assets = @("windows-x64.zip", "windows-ARM64.zip")
7-
$Tag = "v6"
7+
$Tag = "v7.2"
88

99
if (Test-Path $TargetDir) {
1010
Write-Host "Cleaning target directory..." -ForegroundColor Cyan

setup-deps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
ORGANIZATION = "moonlight-stream"
99
PREBUILT_REPO = "moonlight-qt-deps"
10-
TAG = "v6"
10+
TAG = "v7.2"
1111

1212
def get_platform_config():
1313
system = platform.system()

0 commit comments

Comments
 (0)