Skip to content

Commit 7cffe42

Browse files
committed
update nasm
1 parent 435e6b0 commit 7cffe42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build-ffmpeg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,7 @@ if build "yasm"; then
292292
fi
293293

294294
if build "nasm"; then
295-
download "https://github.com/netwide-assembler/nasm/archive/nasm-2.15.05.tar.gz"
296-
execute ./autogen.sh
295+
download "https://www.nasm.us/pub/nasm/releasebuilds/2.15.05/nasm-2.15.05.tar.xz"
297296
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
298297
execute make -j $MJOBS
299298
execute make install

0 commit comments

Comments
 (0)