appveyor: fix FFmpeg download

Broken in f19797dea6. It seems like the Git server on git.ffmpeg.org
doesn't like clone --depth=1, so use the GitHub mirror instead.
This commit is contained in:
James Ross-Gowan 2017-12-09 20:01:54 +11:00
parent 6ab7e0d465
commit 1d7a746505
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ pacman -Sc --noconfirm
# Compile ffmpeg
(
git clone --depth=1 https://git.ffmpeg.org/ffmpeg.git && cd ffmpeg
git clone --depth=1 https://github.com/FFmpeg/ffmpeg.git && cd ffmpeg
mkdir build && cd build
../configure \