[Android] Fixup of previous commit

Jean-Baptiste Kempf git at videolan.org
Wed Feb 4 20:24:42 CET 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb  4 20:24:33 2015 +0100| [dcf34c17c8e74eb69e44ca18a0f18f07a402ff54] | committer: Jean-Baptiste Kempf

Fixup of previous commit

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=dcf34c17c8e74eb69e44ca18a0f18f07a402ff54
---

 compile-libvlc.sh |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 27e65f0..25c6faa 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -88,8 +88,6 @@ if [ ! -z "$ARMV5" ]; then
 echo "ARMv5:       YES"
 fi
 
-exit 1
-
 # try to detect NDK version
 REL=$(grep -o '^r[0-9]*.*' $ANDROID_NDK/RELEASE.TXT 2>/dev/null|cut -b2-)
 case "$REL" in
@@ -187,7 +185,7 @@ else
 fi
 
 
-echo "CFLAGS ${EXTRA_CFLAGS}"
+echo "CFLAGS:      ${EXTRA_CFLAGS}"
 
 ###########################
 # Build buildsystem tools #



More information about the Android mailing list