Switch to FFmpeg 8.1 in Jellyfin 12.0 RC

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
nyanmisaka
2026-05-31 01:24:44 +08:00
parent a5c7e85a75
commit f4d6f382ca
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ set -o xtrace
# Set global variables
REPOSITORY_URI="https://repo.jellyfin.org"
FFMPEG_VERSION="7.x"
FFMPEG_VERSION="8.x"
# Create the intermediate build dir
BUILD_DIR="/build"