diff options
author | Pascal Weinberger <passiweinberger@gmail.com> | 2015-09-09 11:53:28 +0200 |
---|---|---|
committer | Eniz Vukovic <eniz_vukovic@hotmail.com> | 2015-10-23 22:54:22 +0200 |
commit | b69959355c8ab9a870abd984e150656295631021 (patch) | |
tree | c30f7e9334f83af270c3447c42a8f77554408f83 | |
parent | 90c2a6964b592f2fb5c64bc92bda332a7ad57c0c (diff) |
Fix ubuntu git link for libvpx
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -534,7 +534,7 @@ Install from source (example for most unix-like OS's): | |||
534 | 534 | ||
535 | libvpx: | 535 | libvpx: |
536 | ```bash | 536 | ```bash |
537 | git clone http://git.chromium.org/webm/libvpx.git | 537 | git clone https://chromium.googlesource.com/webm/libvpx |
538 | cd libvpx | 538 | cd libvpx |
539 | ./configure | 539 | ./configure |
540 | make -j3 | 540 | make -j3 |