[vlc-commits] Add NDK compiler to PATH under Android
    Edward Wang 
    git at videolan.org
       
    Mon Jan 23 17:05:19 CET 2012
    
    
  
vlc/vlc-1.2 | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Sat Jan 21 13:25:06 2012 -0500| [66a176259b4c593a0ea7527477f950240cebd27e] | committer: Jean-Baptiste Kempf
Add NDK compiler to PATH under Android
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit b6471932b586db28a5337851c69e11a651ab2806)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=66a176259b4c593a0ea7527477f950240cebd27e
---
 contrib/bootstrap |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/contrib/bootstrap b/contrib/bootstrap
index 9ad1068..a4b5410 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -180,6 +180,7 @@ case "${OS}" in
 	linux-androideabi)
 		check_android_sdk
 		add_make_enabled "HAVE_LINUX" "HAVE_ANDROID"
+		add_make "PATH = ${ANDROID_NDK}/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/:${PATH}"
 		;;
 	*linux*)
 		add_make_enabled "HAVE_LINUX"
    
    
More information about the vlc-commits
mailing list