[Android] fix NDK FIXUP

Thomas Guillem git at videolan.org
Wed Feb 11 10:53:18 CET 2015


vlc-ports/android | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Feb 11 10:53:08 2015 +0100| [08c56f7c43053b231a56953e71b09b9b37f68b0c] | committer: Thomas Guillem

fix NDK FIXUP

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

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

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 241ef0c..5306af9 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -491,6 +491,7 @@ PKG_CONFIG_LIBDIR=../contrib/$TARGET_TUPLE/lib/pkgconfig \
 sh ../configure --host=$TARGET_TUPLE --build=x86_64-unknown-linux \
                 ${EXTRA_PARAMS} ${VLC_CONFIGURE_ARGS} ${OPTS}
 checkfail "vlc: configure failed"
+fi
 
 # ANDROID NDK FIXUP (BLAME GOOGLE)
 config_undef ()
@@ -527,8 +528,6 @@ if [ ${ANDROID_API} = "android-21" ] ; then
 fi
 # END OF ANDROID NDK FIXUP
 
-fi
-
 ############
 # BUILDING #
 ############



More information about the Android mailing list