File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,8 +157,8 @@ win32:!winrt {
157157}
158158macx {
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
Original file line number Diff line number Diff 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
99if (Test-Path $TargetDir ) {
1010 Write-Host " Cleaning target directory..." - ForegroundColor Cyan
Original file line number Diff line number Diff line change 77
88ORGANIZATION = "moonlight-stream"
99PREBUILT_REPO = "moonlight-qt-deps"
10- TAG = "v6 "
10+ TAG = "v7.2 "
1111
1212def get_platform_config ():
1313 system = platform .system ()
You can’t perform that action at this time.
0 commit comments