diff options
| author | nyanmisaka <nst799610810@gmail.com> | 2020-07-17 14:40:27 +0800 |
|---|---|---|
| committer | nyanmisaka <nst799610810@gmail.com> | 2020-07-17 14:40:27 +0800 |
| commit | cd714a724deab1e055d03b5923e7cf819c8ae805 (patch) | |
| tree | e2386ce43e42fbd15b9eee1f13e1c33a0d3949bc /windows | |
| parent | d3fa6b428a9a2220856d9a91266c1b6c7833093e (diff) | |
utilize jellyfin-ffmpeg for portable x64
Diffstat (limited to 'windows')
| -rw-r--r-- | windows/build-jellyfin.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/build-jellyfin.ps1 b/windows/build-jellyfin.ps1 index c762137a7..b76a8e0bb 100644 --- a/windows/build-jellyfin.ps1 +++ b/windows/build-jellyfin.ps1 @@ -47,7 +47,7 @@ function Install-FFMPEG { param( [string]$ResolvedInstallLocation, [string]$Architecture, - [string]$FFMPEGVersionX86 = "ffmpeg-4.2.1-win32-shared" + [string]$FFMPEGVersionX86 = "ffmpeg-4.3-win32-shared" ) Write-Verbose "Checking Architecture" if($Architecture -notin @('x86','x64')){ |
