mirror of
https://github.com/samsonjs/media.git
synced 2026-04-02 10:45:51 +00:00
Fix link to be https
This commit is contained in:
parent
e328546607
commit
194b4ae081
1 changed files 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 http://git.chromium.org/external/libyuv.git libyuv
|
||||
git clone https://git.chromium.org/external/libyuv.git libyuv
|
||||
```
|
||||
|
||||
* Run a script that generates necessary configuration files for libvpx
|
||||
|
|
|
|||
Loading…
Reference in a new issue