summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-02-24 22:14:44 +0100
committerMax Kellermann <max@musicpd.org>2018-02-24 22:44:42 +0100
commit25cd47b8dcaac19d33dd272fee7282f943180db6 (patch)
tree135b8b08d35d064c097fa92da16065f28dbf6568
parentcd48d981b53d5639bad17a58ee8bbd914714d99b (diff)
win32/build.py: enable libnfs
Now that all build failures have been fixed, we can enable the feature.
-rw-r--r--NEWS2
-rwxr-xr-xwin32/build.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e54deb58c..98e8902f7 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ ver 0.20.18 (not yet released)
* decoder
- flac: improve seeking precision
* fix gapless CUE song transitions
-* Android
+* Android, Windows
- enable the NFS storage plugin
ver 0.20.17 (2018/02/11)
diff --git a/win32/build.py b/win32/build.py
index 8b0a3fc71..38cc9c271 100755
--- a/win32/build.py
+++ b/win32/build.py
@@ -85,6 +85,7 @@ thirdparty_libs = [
liblame,
ffmpeg,
curl,
+ libnfs,
boost,
]