[Android] build: export HAVE_64

Thomas Guillem git at videolan.org
Fri Oct 10 09:44:05 CEST 2014


vlc-ports/android | branch: master | Thomas Guillem <tom at gllm.fr> | Thu Oct  9 18:46:09 2014 +0200| [901224061e52392d988c58275cb12fa74ce62b24] | committer: Jean-Baptiste Kempf

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=901224061e52392d988c58275cb12fa74ce62b24
---

 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