From 1d7a746505a2a5ec0392e0c8a6c1ddd0c7133baa Mon Sep 17 00:00:00 2001 From: James Ross-Gowan Date: Sat, 9 Dec 2017 20:01:54 +1100 Subject: appveyor: fix FFmpeg download Broken in f19797dea62a. It seems like the Git server on git.ffmpeg.org doesn't like clone --depth=1, so use the GitHub mirror instead. --- TOOLS/appveyor-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TOOLS/appveyor-install.sh b/TOOLS/appveyor-install.sh index 6ea861b5af..7c0a345ebe 100755 --- a/TOOLS/appveyor-install.sh +++ b/TOOLS/appveyor-install.sh @@ -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 \ -- cgit v1.2.3