[vlc-devel] [PATCH] Android configure: fixed script

Jean-Baptiste Kempf jb at videolan.org
Mon Mar 19 15:01:19 CET 2012


On Fri, Mar 16, 2012 at 11:15:50PM +0100, Adrien Tétar wrote :
> >From 2e4a05ef7b3152709b27a528661f18135babc559 Mon Sep 17 00:00:00 2001From: Adrien Tétar <adrien.tetar at hotmail.fr>Date: Fri, 16 Mar 2012 22:50:08 +0100Subject: [PATCH] Android configure: fixed script
> The additional 'else if' introduced by commit 68080f2bef01181e305ddc170af701c117022a55 does not include the '; then' suffix which leads to an error.This commit fixes it.--- extras/package/android/configure.sh |    2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
> diff --git a/extras/package/android/configure.sh b/extras/package/android/configure.shindex 85bc478..6118da3 100755--- a/extras/package/android/configure.sh+++ b/extras/package/android/configure.sh@@ -17,7 +17,7 @@ if [ -z "$NO_NEON" ]; then     CFLAGS="$CFLAGS -mfpu=neon -mcpu=cortex-a8"     LDFLAGS="$LDFLAGS -Wl,--fix-cortex-a8"     EXTRA_PARAMS=" --enable-neon"-else if [ -n "$TEGRA2" ]+elif [ -n "$TEGRA2" ]; then     CXX_TARGET="armeabi-v7a"     CFLAGS="$CFLAGS -mfpu=vfpv3-d16 -mcpu=cortex-a9"     EXTRA_PARAMS=" --disable-neon"-- 1.7.5.4 		 	   		  

More or less applied.

Please fix your MUA ASAP.

Best regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device



More information about the vlc-devel mailing list