android/build.py: enable libexpat for the "curl" storage plugin
This commit is contained in:
parent
dee591d970
commit
fb5f9baf9c
2
NEWS
2
NEWS
|
@ -8,7 +8,7 @@ ver 0.20.21 (not yet released)
|
|||
* playlist
|
||||
- cue: support file type declaration "FLAC" (non-standard)
|
||||
* URI schemes are case insensitive
|
||||
* Windows
|
||||
* Android, Windows
|
||||
- enable the "curl" storage plugin
|
||||
|
||||
ver 0.20.20 (2018/05/22)
|
||||
|
|
|
@ -146,6 +146,7 @@ thirdparty_libs = [
|
|||
libid3tag,
|
||||
ffmpeg,
|
||||
curl,
|
||||
libexpat,
|
||||
libnfs,
|
||||
boost,
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue