Skip to content

Commit 7b141c6

Browse files
author
Markus Perl
committed
FFMpeg V6.0
1 parent a234cf8 commit 7b141c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-ffmpeg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,12 +330,12 @@ if build "pkg-config" "0.29.2"; then
330330
build_done "pkg-config" "0.29.2"
331331
fi
332332

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"
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"
335335
execute ./configure --prefix="${WORKSPACE}"
336336
execute make -j $MJOBS
337337
execute make install
338-
build_done "yasm" "1.2.4"
338+
build_done "yasm" "1.3.0"
339339
fi
340340

341341
if build "nasm" "2.16.01"; then

0 commit comments

Comments
 (0)