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 f6abc11 commit 1741d89Copy full SHA for 1741d89
build-ffmpeg
@@ -339,7 +339,7 @@ if build "yasm" "1.3.0"; then
339
fi
340
341
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"
+ download "https://www.nasm.us/pub/nasm/releasebuilds/2.16.01/nasm-2.16.01.tar.xz"
343
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
344
execute make -j $MJOBS
345
execute make install
0 commit comments