Skip to content

Commit

Permalink
update ffmpeg version
Browse files Browse the repository at this point in the history
  • Loading branch information
debugly committed Nov 27, 2023
1 parent 0b7d828 commit 83b88e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init-cfgs/ffmpeg
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ fi
if [[ "$GIT_FFMPEG_COMMIT" != "" ]] ;then
export GIT_COMMIT="$GIT_FFMPEG_COMMIT"
else
export GIT_COMMIT=origin/release/5.1 #0028275216
export GIT_COMMIT=n5.1.4 #origin/release/5.1
fi

export GIT_LOCAL_REPO=build/extra/ffmpeg
export REPO_DIR=ffmpeg
export GIT_FFMPEG_VERSION=5.1
export GIT_FFMPEG_VERSION=5.1.4

0 comments on commit 83b88e0

Please sign in to comment.