Update libyuv URL in vp9 extension instructions

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=109559103
This commit is contained in:
vigneshv 2015-12-07 01:22:46 -08:00 committed by Oliver Woodman
parent 20e3ca73ec
commit 42984653fb

View file

@ -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://git.chromium.org/external/libyuv.git libyuv
git clone https://chromium.googlesource.com/external/libyuv libyuv
```
* Run a script that generates necessary configuration files for libvpx