Skip to content

Commit 83b88e0

Browse files
committed
update ffmpeg version
1 parent 0b7d828 commit 83b88e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init-cfgs/ffmpeg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ fi
2525
if [[ "$GIT_FFMPEG_COMMIT" != "" ]] ;then
2626
export GIT_COMMIT="$GIT_FFMPEG_COMMIT"
2727
else
28-
export GIT_COMMIT=origin/release/5.1 #0028275216
28+
export GIT_COMMIT=n5.1.4 #origin/release/5.1
2929
fi
3030

3131
export GIT_LOCAL_REPO=build/extra/ffmpeg
3232
export REPO_DIR=ffmpeg
33-
export GIT_FFMPEG_VERSION=5.1
33+
export GIT_FFMPEG_VERSION=5.1.4

0 commit comments

Comments
 (0)