Compare commits

..

1 Commits
v0.3.0 ... main

Author SHA1 Message Date
Adrian Siekierka ed4821fcac chore: update CI ffmpeg to 7.1.1 2025-03-08 07:38:56 +01:00
1 changed files with 1 additions and 1 deletions

View File

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