[Android] [PATCH] Android: compile with upnp

Jean-Baptiste Kempf jb at videolan.org
Sun Nov 10 12:01:43 CET 2013


This patch is not meant to be applied yet.
---
 compile.sh                 | 2 +-
 vlc-android/jni/Android.mk | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/compile.sh b/compile.sh
index 7f017db..af6a639 100755
--- a/compile.sh
+++ b/compile.sh
@@ -182,7 +182,7 @@ cd contrib/android
     --disable-caca \
     --disable-gettext \
     --disable-mpcdec \
-    --disable-upnp \
+    --enable-upnp \
     --disable-gme \
     --disable-tremor \
     --disable-vorbis \
diff --git a/vlc-android/jni/Android.mk b/vlc-android/jni/Android.mk
index 704c825..d13ce6f 100644
--- a/vlc-android/jni/Android.mk
+++ b/vlc-android/jni/Android.mk
@@ -69,6 +69,7 @@ LOCAL_LDLIBS := -L$(VLC_CONTRIB)/lib \
 	-lxml2 -lpng -lgnutls -lgcrypt -lgpg-error \
 	-lnettle -lhogweed -lgmp \
 	-lfreetype -liconv -lass -lfribidi -lopus \
+	-lupnp -lixml -lthreadutil \
 	$(CPP_STATIC)
 
 include $(BUILD_SHARED_LIBRARY)
-- 
1.8.4.2



More information about the Android mailing list