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 7b141c6 commit cf918b1Copy full SHA for cf918b1
build-ffmpeg
@@ -331,7 +331,7 @@ if build "pkg-config" "0.29.2"; then
331
fi
332
333
if build "yasm" "1.3.0"; then
334
- download "https://github.com/yasm/yasm/releases/download/v1.2.4/yasm-1.3.0.tar.gz"
+ download "https://github.com/yasm/yasm/releases/download/v1.3.0/yasm-1.3.0.tar.gz"
335
execute ./configure --prefix="${WORKSPACE}"
336
execute make -j $MJOBS
337
execute make install
0 commit comments