We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bf064 commit 113af28Copy full SHA for 113af28
build-ffmpeg
@@ -870,7 +870,7 @@ fi
870
CONFIGURE_OPTIONS+=("--enable-libmp3lame")
871
872
if build "opus" "1.4"; then
873
- download "https://archive.mozilla.org/pub/opus/opus-$CURRENT_PACKAGE_VERSION.tar.gz"
+ download "https://downloads.xiph.org/releases/opus/opus-$CURRENT_PACKAGE_VERSION.tar.gz"
874
if $SHARED_LIBRARIES; then
875
execute ./configure --prefix="${WORKSPACE}" --enable-shared --disable-static
876
else
0 commit comments