[vlc-commits] contrib: bootstrap: Detect nacl
Hugo Beauzée-Luyssen
git at videolan.org
Tue Mar 20 14:53:01 CET 2018
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | 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
#
More information about the vlc-commits
mailing list