Enable LTO for FFmpeg

This commit is contained in:
Cameron Gutman
2026-05-27 23:21:56 -05:00
parent dc6c0d3315
commit a2ef7a4a0c
3 changed files with 4 additions and 3 deletions
+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 = "v4.0.1"
$Tag = "v4.1"
if (Test-Path $TargetDir) {
Write-Host "Cleaning target directory..." -ForegroundColor Cyan