We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435e6b0 commit 7cffe42Copy full SHA for 7cffe42
build-ffmpeg
@@ -292,8 +292,7 @@ if build "yasm"; then
292
fi
293
294
if build "nasm"; then
295
- download "https://github.com/netwide-assembler/nasm/archive/nasm-2.15.05.tar.gz"
296
- execute ./autogen.sh
+ download "https://www.nasm.us/pub/nasm/releasebuilds/2.15.05/nasm-2.15.05.tar.xz"
297
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
298
execute make -j $MJOBS
299
execute make install
0 commit comments