win32/build.py: enable libnfs

Now that all build failures have been fixed, we can enable the
feature.
This commit is contained in:
Max Kellermann 2018-02-24 22:14:44 +01:00
parent cd48d981b5
commit 25cd47b8dc
2 changed files with 2 additions and 1 deletions

2
NEWS
View File

@ -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)

View File

@ -85,6 +85,7 @@ thirdparty_libs = [
liblame,
ffmpeg,
curl,
libnfs,
boost,
]