summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorPascal Weinberger <passiweinberger@gmail.com>2015-09-09 11:53:28 +0200
committerPascal Weinberger <passiweinberger@gmail.com>2015-09-09 11:53:28 +0200
commit13f0ab21d3563e53963b9cf8443c0c96786b0ce6 (patch)
tree2abbb5028e9509a3994d8d449a8c9e23fd82d8ed /INSTALL.md
parent2ab3b14731061cc04d3ccc50a35093c11d018298 (diff)
Fix ubuntu git link for libvpx
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 a31be645..fcff1cc7 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -534,7 +534,7 @@ Install from source (example for most unix-like OS's):
534 534
535libvpx: 535libvpx:
536```bash 536```bash
537git clone http://git.chromium.org/webm/libvpx.git 537git clone https://chromium.googlesource.com/webm/libvpx
538cd libvpx 538cd libvpx
539./configure 539./configure
540make -j3 540make -j3