mirror of
https://github.com/samsonjs/media.git
synced 2026-04-04 11:05:47 +00:00
Fix documentation.
- Merge guide.md updates from GitHub. - Update Opus repository. - Fix missing link in Opus README. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=122080285
This commit is contained in:
parent
af78ff849a
commit
356288a018
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ NDK_PATH="<path to Android NDK>"
|
|||
|
||||
```
|
||||
cd "${OPUS_EXT_PATH}/jni" && \
|
||||
git clone git://git.opus-codec.org/opus.git libopus
|
||||
git clone https://git.xiph.org/opus.git libopus
|
||||
```
|
||||
|
||||
* Run the script to convert arm assembly to NDK compatible format:
|
||||
|
|
|
|||
Loading…
Reference in a new issue