From 703bb67393ccc617056749776af46c270ba2b54b Mon Sep 17 00:00:00 2001 From: Adrian Siekierka Date: Sat, 15 Feb 2025 22:45:53 +0100 Subject: [PATCH] chore: update ffmpeg in Windows build to 7.1 --- .github/scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/build.sh b/.github/scripts/build.sh index 267f120..b2e2ca9 100755 --- a/.github/scripts/build.sh +++ b/.github/scripts/build.sh @@ -1,7 +1,7 @@ #!/bin/bash ROOT_DIR="$(pwd)" -FFMPEG_VERSION="6.0" +FFMPEG_VERSION="7.1" NUM_JOBS="4" if [ $# -eq 1 ]; then