Skip to content

Commit 1741d89

Browse files
authored
Update build-ffmpeg
Nasm Update
1 parent f6abc11 commit 1741d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ if build "yasm" "1.3.0"; then
339339
fi
340340

341341
if build "nasm" "2.16.01"; then
342-
download "https://www.nasm.us/pub/nasm/releasebuilds/2.15.05/nasm-2.16.01.tar.xz"
342+
download "https://www.nasm.us/pub/nasm/releasebuilds/2.16.01/nasm-2.16.01.tar.xz"
343343
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
344344
execute make -j $MJOBS
345345
execute make install

0 commit comments

Comments
 (0)