[Android] build: export HAVE_64
Thomas Guillem
git at videolan.org
Thu Oct 16 12:13:33 CEST 2014
vlc-ports/android | branch: tv | Thomas Guillem <tom at gllm.fr> | Thu Oct 9 18:46:09 2014 +0200| [6f8f3702293598b3e25f55a77661b0be0e7e222e] | committer: Geoffrey Métais
build: export HAVE_64
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=6f8f3702293598b3e25f55a77661b0be0e7e222e
---
compile.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/compile.sh b/compile.sh
index 90dc329..c0a3e41 100755
--- a/compile.sh
+++ b/compile.sh
@@ -391,3 +391,6 @@ fi
if [ -n "${NO_FPU}" ]; then
echo "export NO_FPU=1" >> env.sh
fi
+if [ -n "${HAVE_64}" ]; then
+ echo "export HAVE_64=1" >> env.sh
+fi
More information about the Android
mailing list