vlc | branch: master | Thomas Guillem <[email protected]> | Thu Oct 9 18:45:20 2014 +0200| [dc1c7516c1a9172b56787fdbfa002082c7d97613] | committer: Jean-Baptiste Kempf
contrib/bootstrap: add x86_64 for android Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dc1c7516c1a9172b56787fdbfa002082c7d97613 --- contrib/bootstrap | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/bootstrap b/contrib/bootstrap index d9067da..caa7691 100755 --- a/contrib/bootstrap +++ b/contrib/bootstrap @@ -253,6 +253,9 @@ case "${OS}" in *i686*) add_make "PLATFORM_SHORT_ARCH := x86" ;; + *x86_64*) + add_make "PLATFORM_SHORT_ARCH := x86_64" + ;; *mipsel*) add_make "PLATFORM_SHORT_ARCH := mips" ;; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
