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

Adrien Tétar adrien.tetar at hotmail.fr
Fri Mar 16 23:15:50 CET 2012


>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 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20120316/681b91b2/attachment.html>


More information about the vlc-devel mailing list