chore: update ffmpeg in Windows build to 7.1
This commit is contained in:
parent
ac8280cd85
commit
703bb67393
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
ROOT_DIR="$(pwd)"
|
||||
FFMPEG_VERSION="6.0"
|
||||
FFMPEG_VERSION="7.1"
|
||||
NUM_JOBS="4"
|
||||
|
||||
if [ $# -eq 1 ]; then
|
||||
|
|
Loading…
Reference in New Issue