Skip to content

Commit 113af28

Browse files
committedDec 20, 2023
Fixing up opus download location
1 parent c0bf064 commit 113af28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build-ffmpeg

+1-1
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ fi
870870
CONFIGURE_OPTIONS+=("--enable-libmp3lame")
871871

872872
if build "opus" "1.4"; then
873-
download "https://archive.mozilla.org/pub/opus/opus-$CURRENT_PACKAGE_VERSION.tar.gz"
873+
download "https://downloads.xiph.org/releases/opus/opus-$CURRENT_PACKAGE_VERSION.tar.gz"
874874
if $SHARED_LIBRARIES; then
875875
execute ./configure --prefix="${WORKSPACE}" --enable-shared --disable-static
876876
else

0 commit comments

Comments
 (0)
Failed to load comments.