[vlc-commits] Contribs: NFS works on Windows

Jean-Baptiste Kempf git at videolan.org
Sun Mar 20 18:46:16 CET 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Mar 20 18:45:32 2016 +0100| [4fd9be6c3d67f3a4da5aa0dbb32b4d4e19d1065c] | committer: Jean-Baptiste Kempf

Contribs: NFS works on Windows

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4fd9be6c3d67f3a4da5aa0dbb32b4d4e19d1065c
---

 contrib/src/nfs/rules.mak |    2 --
 1 file changed, 2 deletions(-)

diff --git a/contrib/src/nfs/rules.mak b/contrib/src/nfs/rules.mak
index bded286..b9367a2 100644
--- a/contrib/src/nfs/rules.mak
+++ b/contrib/src/nfs/rules.mak
@@ -2,9 +2,7 @@
 NFS_VERSION := 1.10.0
 NFS_URL := https://github.com/sahlberg/libnfs/archive/libnfs-$(NFS_VERSION).tar.gz
 
-ifndef HAVE_WIN32
 PKGS += nfs
-endif
 ifeq ($(call need_pkg,"libnfs"),)
 PKGS_FOUND += nfs
 endif



More information about the vlc-commits mailing list