mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Update opus repository location
The new URL is referenced from https://xiph.org/downloads/. The old URL currently times out. #minor-release PiperOrigin-RevId: 351991077
This commit is contained in:
parent
48dd20ce3a
commit
d2950c2e97
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ NDK_PATH="<path to Android NDK>"
|
||||||
|
|
||||||
```
|
```
|
||||||
cd "${OPUS_EXT_PATH}/jni" && \
|
cd "${OPUS_EXT_PATH}/jni" && \
|
||||||
git clone https://git.xiph.org/opus.git libopus
|
git clone https://gitlab.xiph.org/xiph/opus.git libopus
|
||||||
```
|
```
|
||||||
|
|
||||||
* Run the script to convert arm assembly to NDK compatible format:
|
* Run the script to convert arm assembly to NDK compatible format:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue