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

David Fuhrmann git at videolan.org
Wed Mar 20 21:22:44 CET 2019


vlc/vlc-3.0 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Wed Mar 20 19:21:47 2019 +0100| [12ce8cd7f6b788376621384329aabf39b374c9eb] | committer: David Fuhrmann

extras/tools: Require at least nasm 2.13.02

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

(cherry picked from commit 38af7b8ee5ef9720b1eaad24ce3477b73ff0ef03)
Signed-off-by: David Fuhrmann <dfuhrmann at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=12ce8cd7f6b788376621384329aabf39b374c9eb
---

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

diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index c4bd50d08f..8e5cae9b7a 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -104,7 +104,7 @@ check ant
 check xz
 check bison 3.0.0
 check flex
-check_nasm 2.13.01
+check_nasm 2.13.02
 check meson 0.48.1
 check ninja
 



More information about the vlc-commits mailing list