[Android] jni/Android.mk: add libdsm
Thomas Guillem
git at videolan.org
Wed Dec 31 10:47:52 CET 2014
vlc-ports/android | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Nov 25 08:57:03 2014 +0100| [b84c8e38dd33cee28f50b34c8f12366086cd8209] | committer: Thomas Guillem
jni/Android.mk: add libdsm
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=b84c8e38dd33cee28f50b34c8f12366086cd8209
---
compile.sh | 3 ++-
libvlc/jni/Android.mk | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index f1c2738..5896c6c 100755
--- a/compile.sh
+++ b/compile.sh
@@ -314,7 +314,8 @@ cd contrib/contrib-android-${TARGET_TUPLE}
--enable-iconv \
--disable-aribb24 \
--disable-aribb25 \
- --disable-mpg123
+ --disable-mpg123 \
+ --enable-libdsm
# TODO: mpeg2, theora
diff --git a/libvlc/jni/Android.mk b/libvlc/jni/Android.mk
index dc654f3..ceca62f 100644
--- a/libvlc/jni/Android.mk
+++ b/libvlc/jni/Android.mk
@@ -78,6 +78,7 @@ LOCAL_LDLIBS := -L$(VLC_CONTRIB)/lib \
-lfreetype -liconv -lass -lfribidi -lopus \
-lEGL -lGLESv2 -ljpeg \
-ldvdnav -ldvdread -ldvdcss \
+ -ldsm -ltasn1 \
-lmad \
-lzvbi \
$(CPP_STATIC)
More information about the Android
mailing list