[vlc-devel] [PATCH] Add NDK compiler to PATH under Android
Rafaël Carré
funman at videolan.org
Sun Jan 22 10:21:30 CET 2012
Le 2012-01-21 13:25, edward.c.wang at compdigitec.com a écrit :
> From: Edward Wang <edward.c.wang at compdigitec.com>
>
> ---
> 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}"
I think it should use $(xx) (Makefile and not shell)
> ;;
> *linux*)
> add_make_enabled "HAVE_LINUX"
More information about the vlc-devel
mailing list