[Android] compile.sh: support NDK r10
Felix Abecassis
git at videolan.org
Tue Jul 22 17:50:16 CEST 2014
vlc-ports/android | branch: master | Felix Abecassis <felix.abecassis at gmail.com> | Tue Jul 22 17:48:49 2014 +0200| [2ba14ca5894c17c897e08423deb3fe9c5a95736c] | committer: Felix Abecassis
compile.sh: support NDK r10
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=2ba14ca5894c17c897e08423deb3fe9c5a95736c
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 321be51..cb56f90 100755
--- a/compile.sh
+++ b/compile.sh
@@ -37,7 +37,7 @@ fi
# try to detect NDK version
REL=$(grep -o '^r[0-9]*.*' $ANDROID_NDK/RELEASE.TXT 2>/dev/null|cut -b2-)
case "$REL" in
- 9*)
+ 9*|10*)
GCCVER=4.8
CXXSTL="/"${GCCVER}
;;
More information about the Android
mailing list