[Android] [PATCH] Android: compile with upnp
Rafaël Carré
funman at videolan.org
Sun Nov 10 12:39:19 CET 2013
Le 10/11/2013 12:01, Jean-Baptiste Kempf a écrit :
> This patch is not meant to be applied yet.
Why not?
> ---
> 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)
>
More information about the Android
mailing list