win32/build.py: enable libnfs
Now that all build failures have been fixed, we can enable the feature.
This commit is contained in:
parent
cd48d981b5
commit
25cd47b8dc
2
NEWS
2
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)
|
||||
|
|
|
@ -85,6 +85,7 @@ thirdparty_libs = [
|
|||
liblame,
|
||||
ffmpeg,
|
||||
curl,
|
||||
libnfs,
|
||||
boost,
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue