Skip to content

Commit b365fd5

Browse files
committed
Update libopus to 1.5.2 and using a new place to get it from
1 parent 2249c7c commit b365fd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/libopus/download.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
source ${SCRIPTS_DIR}/common-functions.sh
44

5-
OPUS_VERSION=1.3.1
5+
OPUS_VERSION=1.5.2
66

77
downloadTarArchive \
88
"libopus" \
9-
"https://archive.mozilla.org/pub/opus/opus-${OPUS_VERSION}.tar.gz"
9+
"https://downloads.xiph.org/releases/opus/opus-${OPUS_VERSION}.tar.gz"

0 commit comments

Comments
 (0)