[Android] Allow x86_64 NDK

Rafaël Carré git at videolan.org
Tue Mar 26 15:54:02 CET 2013


vlc-ports/android | branch: master | Rafaël Carré <funman at videolan.org> | Tue Mar 26 15:53:52 2013 +0100| [0c519d0efef9b817704138d8a2f748909e482c25] | committer: Rafaël Carré

Allow x86_64 NDK

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=0c519d0efef9b817704138d8a2f748909e482c25
---

 configure.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.sh b/configure.sh
index 45b75de..5370daf 100755
--- a/configure.sh
+++ b/configure.sh
@@ -30,7 +30,7 @@ CPPFLAGS="-I${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++${CXXSTL}/include -I${AN
 LDFLAGS="$LDFLAGS -L${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++${CXXSTL}/libs/${ANDROID_ABI}"
 
 SYSROOT=$ANDROID_NDK/platforms/$ANDROID_API/arch-$PLATFORM_SHORT_ARCH
-ANDROID_BIN=$ANDROID_NDK/toolchains/${PATH_HOST}-${GCCVER}/prebuilt/`uname|tr A-Z a-z`-x86/bin/
+ANDROID_BIN=$ANDROID_NDK/toolchains/${PATH_HOST}-${GCCVER}/prebuilt/`uname|tr A-Z a-z`-*/bin/
 CROSS_COMPILE=${ANDROID_BIN}/${TARGET_TUPLE}-
 
 CPPFLAGS="$CPPFLAGS" \



More information about the Android mailing list