vlc/vlc-3.0 | branch: master | David Fuhrmann <[email protected]> | 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 <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
