Skip to content
Snippets Groups Projects
Commit 12d9a729 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Activate lua

Ref #6970
parent baacbe2b
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
......@@ -50,6 +50,7 @@ LOCAL_LDLIBS := -L$(VLC_CONTRIB)/lib \
-lupnp -lthreadutil -lixml \
-larchive \
-lmpg123 \
-llua \
$(EXTRA_LDFLAGS)
LOCAL_SHARED_LIBRARIES:= libcompat.7
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment