[Android] Use GCC 4.8 again :)

Jean-Baptiste Kempf git at videolan.org
Mon Jun 29 15:59:20 CEST 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jun 29 15:58:03 2015 +0200| [d103bb7d3f96bf76476f643c9809ee36c3acf2ec] | committer: Jean-Baptiste Kempf

Use GCC 4.8 again :)

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=d103bb7d3f96bf76476f643c9809ee36c3acf2ec
---

 compile-libvlc.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index e64d059..81878a1 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -280,7 +280,7 @@ fi
 REL=$(grep -o '^r[0-9]*.*' $ANDROID_NDK/RELEASE.TXT 2>/dev/null|cut -b2-)
 case "$REL" in
     10*)
-        GCCVER=4.9
+        GCCVER=4.8
         if [ "${HAVE_64}" = 1 ];then
             ANDROID_API=android-21
         else



More information about the Android mailing list