[Android] [PATCH] Support NDK v12
Jean-Baptiste Kempf
jb at videolan.org
Thu Jun 23 09:50:19 CEST 2016
NDK 12 will break compilation, since there is no support for android-9
On 23 Jun, Sebastian Roth wrote :
> ---
> compile-libvlc.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/compile-libvlc.sh b/compile-libvlc.sh
> index f17e55e..71f6fcd 100755
> --- a/compile-libvlc.sh
> +++ b/compile-libvlc.sh
> @@ -279,7 +279,7 @@ fi
> GCCVER=4.9
> REL=$(grep -o '^Pkg.Revision.*[0-9]*.*' $ANDROID_NDK/source.properties |cut -d " " -f 3 | cut -d "." -f 1)
> case "$REL" in
> - 11*)
> + 11*|12*)
> if [ "${HAVE_64}" = 1 ];then
> ANDROID_API=android-21
> else
> --
> 2.9.0
>
> _______________________________________________
> Android mailing list
> Android at videolan.org
> https://mailman.videolan.org/listinfo/android
--
With my kindest regards,
--
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device
More information about the Android
mailing list