Switch to Github-Mirror to avoid needless traffic

This commit is contained in:
BtbN 2020-09-23 12:08:43 +02:00
parent afa70379f1
commit 95b107e786

View file

@ -41,7 +41,7 @@ docker run --rm -i -u "$(id -u):$(id -g)" -v $PWD/ffbuild:/ffbuild "$IMAGE" bash
cd /ffbuild
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
git checkout $GIT_BRANCH