diff --git a/build-ffmpeg b/build-ffmpeg index b749376..0c90d8a 100755 --- a/build-ffmpeg +++ b/build-ffmpeg @@ -840,7 +840,7 @@ if build "lame" "3.100"; then fi CONFIGURE_OPTIONS+=("--enable-libmp3lame") -if build "opus" "1.6"; then +if build "opus" "1.6.1"; then download "https://downloads.xiph.org/releases/opus/opus-$CURRENT_PACKAGE_VERSION.tar.gz" execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static execute make -j $MJOBS