[Android] Activate NFS

Jean-Baptiste Kempf git at videolan.org
Tue Feb 2 12:09:39 CET 2016


vlc-android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Feb  2 12:03:24 2016 +0100| [c0dd237fba587ee72bc6ac4b17560457831ef647] | committer: Jean-Baptiste Kempf

Activate NFS

> https://code.videolan.org/videolan/vlc-android/commit/c0dd237fba587ee72bc6ac4b17560457831ef647
---

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

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 29d9236..de55dd5 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -96,8 +96,7 @@ VLC_BOOTSTRAP_ARGS="\
     --enable-libarchive \
     --disable-libmpeg2 \
     --enable-soxr \
-    --disable-libnfs \
-    --disable-nfs \
+    --enable-nfs \
 "
 
 ###########################
diff --git a/libvlc/jni/Android.mk b/libvlc/jni/Android.mk
index f76baa6..329cc13 100644
--- a/libvlc/jni/Android.mk
+++ b/libvlc/jni/Android.mk
@@ -82,7 +82,7 @@ LOCAL_LDLIBS := -L$(VLC_CONTRIB)/lib \
 	-ldsm -ltasn1 \
 	-lmad \
 	-lzvbi \
-	-lssh2 \
+	-lssh2 -lnfs \
 	-lmodplug \
 	-lupnp -lthreadutil -lixml \
 	-larchive \



More information about the Android mailing list