summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorGitgud Software <gitgud@tfwno.gf>2015-07-27 15:52:44 -0400
committerGitgud Software <gitgud@tfwno.gf>2015-07-27 15:52:44 -0400
commit0ec5539de262cea232dfee2a3eb5d07eb4d6ec2f (patch)
treeea99e697120f2c52ff20128053aec36d4ebaadad /INSTALL.md
parent5def57afcf0413f3eee92f29aeef0153db5d2e0c (diff)
Fix libVPX git repository
The libVPX repository has been moved, as specified here: http://www.webmproject.org/code/
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
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.
371 371
372VPX: 372VPX:
373```bash 373```bash
374git clone http://git.chromium.org/webm/libvpx.git 374git clone https://chromium.googlesource.com/webm/libvpx
375cd libvpx 375cd libvpx
376git checkout tags/v1.3.0 376git checkout tags/v1.3.0
377CROSS="$WINDOWS_TOOLCHAIN"- ./configure --target="$LIB_VPX_TARGET" --prefix="$PREFIX_DIR" --disable-examples --disable-unit-tests --disable-shared --enable-static 377CROSS="$WINDOWS_TOOLCHAIN"- ./configure --target="$LIB_VPX_TARGET" --prefix="$PREFIX_DIR" --disable-examples --disable-unit-tests --disable-shared --enable-static