From 0ec5539de262cea232dfee2a3eb5d07eb4d6ec2f Mon Sep 17 00:00:00 2001 From: Gitgud Software Date: Mon, 27 Jul 2015 15:52:44 -0400 Subject: [PATCH] Fix libVPX git repository The libVPX repository has been moved, as specified here: http://www.webmproject.org/code/ --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 4168f9bc..a31be645 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -371,7 +371,7 @@ Now we will build libraries needed for audio/video: VPX and Opus. VPX: ```bash -git clone http://git.chromium.org/webm/libvpx.git +git clone https://chromium.googlesource.com/webm/libvpx cd libvpx git checkout tags/v1.3.0 CROSS="$WINDOWS_TOOLCHAIN"- ./configure --target="$LIB_VPX_TARGET" --prefix="$PREFIX_DIR" --disable-examples --disable-unit-tests --disable-shared --enable-static