vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | 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" _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
