Skip to content

Commit 06bc285

Browse files
authored
Merge pull request #259 from TChilderhose/opus_1.6.1
Update opus to 1.6.1
2 parents 8f1423c + 65b4f33 commit 06bc285

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ if build "lame" "3.100"; then
840840
fi
841841
CONFIGURE_OPTIONS+=("--enable-libmp3lame")
842842

843-
if build "opus" "1.6"; then
843+
if build "opus" "1.6.1"; then
844844
download "https://downloads.xiph.org/releases/opus/opus-$CURRENT_PACKAGE_VERSION.tar.gz"
845845
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
846846
execute make -j $MJOBS

0 commit comments

Comments
 (0)