[Android] Support MOD tracker files
Jean-Baptiste Kempf
git at videolan.org
Mon Mar 9 15:52:26 CET 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Mar 9 15:52:11 2015 +0100| [c8ef3fa4d96d9fe0474c54a785dcda201cc8e81e] | committer: Jean-Baptiste Kempf
Support MOD tracker files
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=c8ef3fa4d96d9fe0474c54a785dcda201cc8e81e
---
NEWS | 6 ++++++
compile-libvlc.sh | 2 +-
libvlc/jni/Android.mk | 1 +
3 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index d0abf47..8a1e4ce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes between 1.1.3 and 1.1.4:
+--------------------------------
+
+Core:
+ * Support ModTracker files
+
Changes between 1.1.2 and 1.1.3:
--------------------------------
diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 1be9e54..fed0316 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -121,7 +121,7 @@ VLC_CONFIGURE_ARGS="\
--disable-decklink \
--disable-libva \
--disable-dv1394 \
- --disable-mod \
+ --enable-mod \
--disable-sid \
--disable-gme \
--disable-tremor \
diff --git a/libvlc/jni/Android.mk b/libvlc/jni/Android.mk
index e0e5589..88741a8 100644
--- a/libvlc/jni/Android.mk
+++ b/libvlc/jni/Android.mk
@@ -83,6 +83,7 @@ LOCAL_LDLIBS := -L$(VLC_CONTRIB)/lib \
-lmad \
-lzvbi \
-lssh2 \
+ -lmodplug \
$(EXTRA_LDFLAGS)
$(TARGET_OUT)/$(LOCAL_MODULE).so: $(ANDROID_PRIVATE_LIBS)
More information about the Android
mailing list