We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c529b commit 016f300Copy full SHA for 016f300
configs/libs/ffmpeg.sh
@@ -35,8 +35,8 @@ if [[ "$GIT_FFMPEG_COMMIT" != "" ]] ;then
35
export GIT_COMMIT="$GIT_FFMPEG_COMMIT"
36
export GIT_REPO_VERSION="$GIT_FFMPEG_COMMIT"
37
else
38
- export GIT_COMMIT=n6.1.2 #origin/release/5.1
39
- export GIT_REPO_VERSION=6.1.2
+ export GIT_COMMIT=n6.1.1 #origin/release/5.1
+ export GIT_REPO_VERSION=6.1.1
40
fi
41
42
# pre compiled
0 commit comments