Commit fb5f9baf authored by Max Kellermann's avatar Max Kellermann

android/build.py: enable libexpat for the "curl" storage plugin

parent dee591d9
...@@ -8,7 +8,7 @@ ver 0.20.21 (not yet released) ...@@ -8,7 +8,7 @@ ver 0.20.21 (not yet released)
* playlist * playlist
- cue: support file type declaration "FLAC" (non-standard) - cue: support file type declaration "FLAC" (non-standard)
* URI schemes are case insensitive * URI schemes are case insensitive
* Windows * Android, Windows
- enable the "curl" storage plugin - enable the "curl" storage plugin
ver 0.20.20 (2018/05/22) ver 0.20.20 (2018/05/22)
......
...@@ -146,6 +146,7 @@ thirdparty_libs = [ ...@@ -146,6 +146,7 @@ thirdparty_libs = [
libid3tag, libid3tag,
ffmpeg, ffmpeg,
curl, curl,
libexpat,
libnfs, libnfs,
boost, boost,
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment