[Android] use the same gcc for libvlcjni (4.8 is used without this)

Sébastien Toque git at videolan.org
Sat Jun 27 12:45:37 CEST 2015


vlc-ports/android | branch: master | Sébastien Toque <xilasz at gmail.com> | Sat Jun 27 12:45:04 2015 +0200| [d541617170935b5fb9ffcab4e340b14c3fad59df] | committer: Sébastien Toque

use the same gcc for libvlcjni (4.8 is used without this)

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

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

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 213e46f..e64d059 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -660,6 +660,7 @@ $ANDROID_NDK/ndk-build -C libvlc \
     TARGET_TUPLE=$TARGET_TUPLE \
     HAVE_64=${HAVE_64} \
     NDK_PROJECT_PATH=jni \
+    NDK_TOOLCHAIN_VERSION=${GCCVER} \
     NDK_DEBUG=${NDK_DEBUG}
 
 checkfail "ndk-build failed"



More information about the Android mailing list