[vlc-commits] Add NDK compiler to PATH under Android
Edward Wang
git at videolan.org
Mon Jan 23 16:58:36 CET 2012
vlc | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Sat Jan 21 13:25:06 2012 -0500| [b6471932b586db28a5337851c69e11a651ab2806] | committer: Jean-Baptiste Kempf
Add NDK compiler to PATH under Android
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b6471932b586db28a5337851c69e11a651ab2806
---
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