From d9f6e9fb70f823853f5073f604974df413d55af9 Mon Sep 17 00:00:00 2001 From: sirderigo Date: Sun, 4 Jan 2015 12:03:16 -0500 Subject: [PATCH] Update .gitmodules Replacing the broken mirror.videolan.org with another mirror. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8edf3e3..2d51b69 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "ffmpeg"] path = ffmpeg - url = git://git.videolan.org/ffmpeg.git + url = https://github.com/bbcallen/FFmpeg.git [submodule "x264"] path = x264 url = git://git.videolan.org/x264.git