[vlc-devel] [PATCH] extras/tools: Require nasm 2.14

Martin Storsjö martin at martin.st
Sun Mar 8 22:41:52 CET 2020


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.)
---
 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
-- 
2.17.1



More information about the vlc-devel mailing list