]> git.sesse.net Git - vlc/commitdiff
contrib/bootstrap: add x86_64 for android
authorThomas Guillem <tom@gllm.fr>
Thu, 9 Oct 2014 16:45:20 +0000 (18:45 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 9 Oct 2014 16:59:03 +0000 (18:59 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
contrib/bootstrap

index d9067da7cd73a0cba1144f7d6467cdcb9ac95afa..caa7691faefff982eaabd8f5fe013ff59cf2fb51 100755 (executable)
@@ -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"
                        ;;