[Android] build: use gcc 4.9
Thomas Guillem
git at videolan.org
Mon Jun 22 11:01:31 CEST 2015
vlc-ports/android | branch: 1.4.x | Thomas Guillem <thomas at gllm.fr> | Mon Jun 22 11:00:43 2015 +0200| [8be93785a25e36c32378f79ea4b7a86926115d62] | committer: Thomas Guillem
build: use gcc 4.9
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=8be93785a25e36c32378f79ea4b7a86926115d62
---
compile-libvlc.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index f3010cc..8671199 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -281,11 +281,10 @@ fi
REL=$(grep -o '^r[0-9]*.*' $ANDROID_NDK/RELEASE.TXT 2>/dev/null|cut -b2-)
case "$REL" in
10*)
+ GCCVER=4.9
if [ "${HAVE_64}" = 1 ];then
- GCCVER=4.9
ANDROID_API=android-21
else
- GCCVER=4.8
ANDROID_API=android-9
fi
;;
More information about the Android
mailing list