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