Switch to Github-Mirror to avoid needless traffic
This commit is contained in:
parent
afa70379f1
commit
95b107e786
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -41,7 +41,7 @@ docker run --rm -i -u "$(id -u):$(id -g)" -v $PWD/ffbuild:/ffbuild "$IMAGE" bash
|
||||||
cd /ffbuild
|
cd /ffbuild
|
||||||
rm -rf ffmpeg prefix
|
rm -rf ffmpeg prefix
|
||||||
|
|
||||||
git clone https://git.videolan.org/git/ffmpeg.git ffmpeg
|
git clone https://github.com/FFmpeg/FFmpeg.git ffmpeg
|
||||||
cd ffmpeg
|
cd ffmpeg
|
||||||
git checkout $GIT_BRANCH
|
git checkout $GIT_BRANCH
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue