[vlc-commits] extras/tools: Require at least nasm 2.13.02

David Fuhrmann git at videolan.org
Wed Mar 20 19:22:39 CET 2019


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Wed Mar 20 19:21:47 2019 +0100| [38af7b8ee5ef9720b1eaad24ce3477b73ff0ef03] | committer: David Fuhrmann

extras/tools: Require at least nasm 2.13.02

This is neeeded at least for the latest dav1d release to build.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=38af7b8ee5ef9720b1eaad24ce3477b73ff0ef03
---

 extras/tools/bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index 75e2eff563..852ed55582 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -150,7 +150,7 @@ check ant
 check xz
 check bison 3.0.0
 check flex
-check_nasm 2.13.01
+check_nasm 2.13.02
 check gettext
 check help2man
 check meson 0.48.1



More information about the vlc-commits mailing list