[Android] [PATCH 2/4] jni/Android.mk: add libdsm

Thomas Guillem thomas at gllm.fr
Fri Dec 5 14:43:41 CET 2014


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

diff --git a/compile.sh b/compile.sh
index c6160b8..2fa1c6b 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 5a868fb..fef98b2 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 \
 	$(CPP_STATIC)
 
-- 
2.1.3



More information about the Android mailing list