From b81da58633635ceee40bf5530fa3f97b92dee623 Mon Sep 17 00:00:00 2001 From: Martin Herkt Date: Wed, 8 Jan 2014 14:23:21 +0100 Subject: Switch FFmpeg to GitHub mirror, prefer HTTP(S) FFmpeg's own site tends to be overloaded/slow at times, and using HTTP(S) avoids trouble with fascist firewalls. --- update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update b/update index c695113..24aba93 100755 --- a/update +++ b/update @@ -14,8 +14,8 @@ do_clone() do_clone_all() { - do_clone "ffmpeg" "git://source.ffmpeg.org/ffmpeg.git" - do_clone "fribidi" "git://anongit.freedesktop.org/fribidi/fribidi.git" + do_clone "ffmpeg" "https://github.com/FFmpeg/FFmpeg.git" + do_clone "fribidi" "http://anongit.freedesktop.org/git/fribidi/fribidi.git" do_clone "libass" "https://code.google.com/p/libass/" do_clone "mpv" "https://github.com/mpv-player/mpv.git" } -- cgit v1.2.3