[vlc-commits] extras/tools: Require nasm 2.14
Martin Storsjö
git at videolan.org
Mon Mar 9 08:43:11 CET 2020
vlc | branch: master | Martin Storsjö <martin at martin.st> | Sun Mar 8 23:40:11 2020 +0200| [0e7e92cd8d6415aba939e07173152fd64b36e0ed] | committer: Martin Storsjö
extras/tools: Require nasm 2.14
Since ea96271fb8be8c8d1e04f3c2ce8950b8ff4cc20a, contribs builds
dav1d 0.6.0, which requires nasm 2.14. (The version that extras/tools
is installing is already at 2.14, but the bootstrap script only
installed it if the existing one was older than 2.13.2 or missing.)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0e7e92cd8d6415aba939e07173152fd64b36e0ed
---
extras/tools/bootstrap | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index 99d8b6012e..fdb04c9ca8 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -143,7 +143,7 @@ check ant
check xz
check bison 3.0.0
check flex
-check_nasm 2.13.02
+check_nasm 2.14
check gettext
check help2man
check meson 0.51.1
More information about the vlc-commits
mailing list