Commit e4cf93d0 by vigneshv Committed by Oliver Woodman

Fix libyuv clone URL

Fixes Github issue #1015
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=109559497
parent 42984653
Showing with 1 additions and 1 deletions
......@@ -35,7 +35,7 @@ NDK_PATH="<path to Android NDK>"
```
cd "${VP9_EXT_PATH}/jni" && \
git clone https://chromium.googlesource.com/webm/libvpx libvpx && \
git clone https://chromium.googlesource.com/external/libyuv libyuv
git clone https://chromium.googlesource.com/libyuv/libyuv libyuv
```
* Run a script that generates necessary configuration files for libvpx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment