Fix libyuv clone URL
Fixes Github issue #1015 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=109559497
This commit is contained in:
parent
42984653fb
commit
e4cf93d04c
@ -35,7 +35,7 @@ NDK_PATH="<path to Android NDK>"
|
|||||||
```
|
```
|
||||||
cd "${VP9_EXT_PATH}/jni" && \
|
cd "${VP9_EXT_PATH}/jni" && \
|
||||||
git clone https://chromium.googlesource.com/webm/libvpx libvpx && \
|
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
|
* Run a script that generates necessary configuration files for libvpx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user