1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(windows): bump Opus version to the latest (1.3)

This commit is contained in:
Maxim Biro 2018-10-27 00:47:55 -04:00
parent 10076f5f09
commit c92817a960
No known key found for this signature in database
GPG Key ID: 76E9A6E7D9E20DFE

View File

@ -773,8 +773,8 @@ fi
# Opus
OPUS_PREFIX_DIR="$DEP_DIR/libopus"
OPUS_VERSION=1.2.1
OPUS_HASH="cfafd339ccd9c5ef8d6ab15d7e1a412c054bf4cb4ecbbbcc78c12ef2def70732"
OPUS_VERSION=1.3
OPUS_HASH="4f3d69aefdf2dbaf9825408e452a8a414ffc60494c70633560700398820dc550"
OPUS_FILENAME="opus-$OPUS_VERSION.tar.gz"
if [ ! -f "$OPUS_PREFIX_DIR/done" ]
then