[Android] Remove bootstrap step for sqlite

Geoffrey Métais git at videolan.org
Mon Nov 21 14:48:06 CET 2016


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Nov 21 14:46:05 2016 +0100| [298ecda98c8e80279a01f24c4279387e0fb138e6] | committer: Geoffrey Métais

Remove bootstrap step for sqlite

> https://code.videolan.org/videolan/vlc-android/commit/298ecda98c8e80279a01f24c4279387e0fb138e6
---

 compile-libvlc.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 38c3cc2..a79b331 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -761,7 +761,6 @@ if [ ! -d "build-$ANDROID_ABI" ]; then
 fi;
 cd "build-$ANDROID_ABI";
 if [ ! -e ./config.h -o "$RELEASE" = 1 ]; then
-../bootstrap
 ../configure \
     --host=$TARGET_TUPLE \
     --disable-shared \



More information about the Android mailing list