[Android] Activate lua

Jean-Baptiste Kempf git at videolan.org
Thu Feb 4 15:18:37 CET 2016


vlc-android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb  4 15:18:05 2016 +0100| [12d9a729cfbba8a1e321d69d8b4b8255ee621797] | committer: Jean-Baptiste Kempf

Activate lua

Ref #6970

> https://code.videolan.org/videolan/vlc-android/commit/12d9a729cfbba8a1e321d69d8b4b8255ee621797
---

 compile-libvlc.sh     | 4 ++--
 libvlc/jni/Android.mk | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index b02bd32..560df25 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -70,7 +70,7 @@ VLC_BOOTSTRAP_ARGS="\
     --disable-dca \
     --disable-goom \
     --disable-chromaprint \
-    --disable-lua \
+    --enable-lua \
     --disable-schroedinger \
     --disable-sdl \
     --disable-SDL_image \
@@ -118,7 +118,7 @@ VLC_CONFIGURE_ARGS="\
     --disable-update-check \
     --disable-vlm \
     --disable-dbus \
-    --disable-lua \
+    --enable-lua \
     --disable-vcd \
     --disable-v4l2 \
     --disable-gnomevfs \
diff --git a/libvlc/jni/Android.mk b/libvlc/jni/Android.mk
index f7dd910..3f6f159 100644
--- a/libvlc/jni/Android.mk
+++ b/libvlc/jni/Android.mk
@@ -50,6 +50,7 @@ LOCAL_LDLIBS := -L$(VLC_CONTRIB)/lib \
 	-lupnp -lthreadutil -lixml \
 	-larchive \
 	-lmpg123 \
+	-llua \
 	$(EXTRA_LDFLAGS)
 
 LOCAL_SHARED_LIBRARIES:= libcompat.7



More information about the Android mailing list