Skip to content

Commit

Permalink
Opus source code is now on xiph.org
Browse files Browse the repository at this point in the history
  • Loading branch information
ato committed Mar 14, 2024
1 parent 5228f49 commit 28341f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delivery/build-ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fi
# Build libopus
OPUS_VERSION=1.5.1
if [ ! -e lib/libopus.a ]; then
wget -nc https://archive.mozilla.org/pub/opus/opus-$OPUS_VERSION.tar.gz
wget -nc https://downloads.xiph.org/releases/opus/opus-$OPUS_VERSION.tar.gz
tar xzvf opus-$OPUS_VERSION.tar.gz
cd opus-$OPUS_VERSION
./configure --prefix="$BUILDROOT"
Expand Down

0 comments on commit 28341f1

Please sign in to comment.