From ee50027b8849a33e8fb04b91f4bd9eb74f8efeb8 Mon Sep 17 00:00:00 2001 From: Aaron ttgb Date: Mon, 7 Dec 2015 10:57:02 +0800 Subject: [PATCH] Update .gitmodules Modify the libwebp url to github mirror --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8a3ef37c..ce6396d4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "Vendors/libwebp"] path = Vendors/libwebp - url = https://chromium.googlesource.com/webm/libwebp + url = https://github.com/webmproject/libwebp