Skip to content

Commit bd51c93

Browse files
committed
rollback ffmpeg to n6.1.1
1 parent 69cf1b0 commit bd51c93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/libs/ffmpeg.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ if [[ "$GIT_FFMPEG_COMMIT" != "" ]] ;then
3535
export GIT_COMMIT="$GIT_FFMPEG_COMMIT"
3636
export GIT_REPO_VERSION="$GIT_FFMPEG_COMMIT"
3737
else
38-
export GIT_COMMIT=n6.1.2 #origin/release/5.1
39-
export GIT_REPO_VERSION=6.1.2
38+
export GIT_COMMIT=n6.1.1 #origin/release/5.1
39+
export GIT_REPO_VERSION=6.1.1
4040
fi
4141

4242
# pre compiled

0 commit comments

Comments
 (0)