[Android] Remove HAVE_64 export
Jean-Baptiste Kempf
git at videolan.org
Thu Feb 5 18:05:58 CET 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 5 18:05:49 2015 +0100| [6f036246e7c56727aeac5473a779fa4e43ae483e] | committer: Jean-Baptiste Kempf
Remove HAVE_64 export
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=6f036246e7c56727aeac5473a779fa4e43ae483e
---
compile-libvlc.sh | 1 +
compile.sh | 5 -----
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index a1caffa..d8e8348 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -499,4 +499,5 @@ $ANDROID_NDK/ndk-build -C libvlc \
APP_ABI=${ANDROID_ABI} \
SYSROOT=${SYSROOT} \
TARGET_TUPLE=$TARGET_TUPLE \
+ HAVE_64=${HAVE_64} \
NDK_PROJECT_PATH=jni V=1
diff --git a/compile.sh b/compile.sh
index d6e0b3e..fe3ef24 100755
--- a/compile.sh
+++ b/compile.sh
@@ -79,8 +79,6 @@ case "$REL" in
;;
esac
-export HAVE_64 # Makefile for libiomx.so.*
-
# Add the NDK toolchain to the PATH, needed both for contribs and for building
# stub libraries
NDK_TOOLCHAIN_PATH=`echo ${ANDROID_NDK}/toolchains/${PATH_HOST}-${GCCVER}/prebuilt/\`uname|tr A-Z a-z\`-*/bin`
@@ -184,6 +182,3 @@ EssentialsA
# PATH
echo "export PATH=$NDK_TOOLCHAIN_PATH:\${ANDROID_SDK}/platform-tools:\${PATH}" >> env.sh
-
-# CPU flags
-echo "export HAVE_64=${HAVE_64}" >> env.sh
More information about the Android
mailing list