chore: update ffmpeg in Windows build to 7.1

This commit is contained in:
Adrian Siekierka 2025-02-15 22:45:53 +01:00
parent ac8280cd85
commit 703bb67393
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
ROOT_DIR="$(pwd)" ROOT_DIR="$(pwd)"
FFMPEG_VERSION="6.0" FFMPEG_VERSION="7.1"
NUM_JOBS="4" NUM_JOBS="4"
if [ $# -eq 1 ]; then if [ $# -eq 1 ]; then