From d2950c2e973293d040abde7a76aca346789447d0 Mon Sep 17 00:00:00 2001 From: andrewlewis Date: Fri, 15 Jan 2021 13:39:20 +0000 Subject: [PATCH] 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 --- extensions/opus/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/opus/README.md b/extensions/opus/README.md index d3691b07bd..b683dae0bf 100644 --- a/extensions/opus/README.md +++ b/extensions/opus/README.md @@ -39,7 +39,7 @@ NDK_PATH="" ``` 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: