We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f1423c + 65b4f33 commit 06bc285Copy full SHA for 06bc285
1 file changed
build-ffmpeg
@@ -840,7 +840,7 @@ if build "lame" "3.100"; then
840
fi
841
CONFIGURE_OPTIONS+=("--enable-libmp3lame")
842
843
-if build "opus" "1.6"; then
+if build "opus" "1.6.1"; then
844
download "https://downloads.xiph.org/releases/opus/opus-$CURRENT_PACKAGE_VERSION.tar.gz"
845
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
846
execute make -j $MJOBS
0 commit comments