[vlc-commits] Android: fix typo

Jean-Baptiste Kempf git at videolan.org
Sat Mar 17 01:10:01 CET 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar 17 01:07:50 2012 +0100| [843e8cbaa44c62a832a82eed338883cb2c15c1d9] | committer: Jean-Baptiste Kempf

Android: fix typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=843e8cbaa44c62a832a82eed338883cb2c15c1d9
---

 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.sh
index 85bc478..a7a899e 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" ]
+else if [ -n "$TEGRA2" ]; then
     CXX_TARGET="armeabi-v7a"
     CFLAGS="$CFLAGS -mfpu=vfpv3-d16 -mcpu=cortex-a9"
     EXTRA_PARAMS=" --disable-neon"



More information about the vlc-commits mailing list