[Android] Fix build

Geoffrey Métais git at videolan.org
Mon Nov 21 18:51:19 CET 2016


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Nov 21 18:02:41 2016 +0100| [2fd16ab653e6f13dba240ee02eb6bf530491a6f0] | committer: Geoffrey Métais

Fix build

> https://code.videolan.org/videolan/vlc-android/commit/2fd16ab653e6f13dba240ee02eb6bf530491a6f0
---

 compile-libvlc.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index a79b331..92d8ff3 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -863,11 +863,11 @@ $ANDROID_NDK/ndk-build -C medialibrary \
     NDK_TOOLCHAIN_VERSION=clang \
     NDK_DEBUG=${NDK_DEBUG} \
     VLC_LIBS="-L$SRC_DIR/libvlc/jni/libs/$ANDROID_ABI -lvlc" \
-    MEDIALIBRARY_LIBS="-L${MEDIALIBRARY_BUILD_DIR}/build-android/.libs -lmedialibrary" \
+    MEDIALIBRARY_LIBS="-L${MEDIALIBRARY_BUILD_DIR}/build-android-$ANDROID_ABI/.libs -lmedialibrary" \
     LIBJPEG_LIBS="-L$SRC_DIR/vlc/contrib/contrib-android-$TARGET_TUPLE/jpeg/.libs -ljpeg" \
     SQLITE_LIBS="-L$MEDIALIBRARY_MODULE_DIR/$SQLITE_RELEASE/build-$ANDROID_ABI/.libs -lsqlite3" \
     MEDIALIBRARY_INCLUDE_DIR=${MEDIALIBRARY_BUILD_DIR}/include \
-    SQLITE3_DIR=${MEDIALIBRARY_MODULE_DIR}/${SQLITE_RELEASE}/build/.libs
+    SQLITE3_DIR=${MEDIALIBRARY_MODULE_DIR}/${SQLITE_RELEASE}/build-$ANDROID_ABI/.libs
 
 checkfail "ndk-build failed"
 



More information about the Android mailing list