From 8be93785a25e36c32378f79ea4b7a86926115d62 Mon Sep 17 00:00:00 2001 From: Thomas Guillem <thomas@gllm.fr> Date: Mon, 22 Jun 2015 11:00:43 +0200 Subject: [PATCH] build: use gcc 4.9 --- compile-libvlc.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compile-libvlc.sh b/compile-libvlc.sh index f3010ccae0..86711993d4 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 ;; -- GitLab