vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Mon Oct 2 18:16:07 2017 +0200| [1aec84728d0d9778f28948df416c3e1c1302968b] | committer: Hugo Beauzée-Luyssen
contrib: bootstrap: Detect nacl > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1aec84728d0d9778f28948df416c3e1c1302968b --- contrib/bootstrap | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/bootstrap b/contrib/bootstrap index 20ce524926..99f478f2b9 100755 --- a/contrib/bootstrap +++ b/contrib/bootstrap @@ -379,6 +379,9 @@ case "${OS}" in *solaris*) add_make_enabled "HAVE_SOLARIS" ;; + *nacl*) + add_make_enabled "HAVE_NACL" + ;; esac # _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
