[vlc-commits] contribs: bootstrap: Handle windows arm targets
Hugo Beauzée-Luyssen
git at videolan.org
Tue May 17 14:17:17 CEST 2016
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon May 16 15:40:05 2016 +0200| [65ae17e1427e1afff9d9a47302afa26fc0186d79] | committer: Hugo Beauzée-Luyssen
contribs: bootstrap: Handle windows arm targets
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=65ae17e1427e1afff9d9a47302afa26fc0186d79
---
contrib/bootstrap | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/contrib/bootstrap b/contrib/bootstrap
index 6d7f643..32f5666 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -325,6 +325,11 @@ case "${OS}" in
add_make_enabled "HAVE_WINSTORE"
;;
esac
+ case "${HOST}" in
+ armv7*)
+ add_make_enabled "HAVE_ARMV7A"
+ ;;
+ esac
;;
*solaris*)
add_make_enabled "HAVE_SOLARIS"
More information about the vlc-commits
mailing list