summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-08-17 17:15:05 +0200
committerMax Kellermann <max@musicpd.org>2018-08-17 17:15:05 +0200
commitfb5f9baf9ca835e783dec28b73dd3fd8680d7adf (patch)
tree442f41cf95e11987313949ddf84e98430918122c
parentdee591d970acf0c00f34820477fa4e509167ac08 (diff)
android/build.py: enable libexpat for the "curl" storage plugin
-rw-r--r--NEWS2
-rwxr-xr-xandroid/build.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 33e0e0712..0c8f960c5 100644
--- a/NEWS
+++ b/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)
diff --git a/android/build.py b/android/build.py
index ee64d3059..4c26f9c4c 100755
--- a/android/build.py
+++ b/android/build.py
@@ -146,6 +146,7 @@ thirdparty_libs = [
libid3tag,
ffmpeg,
curl,
+ libexpat,
libnfs,
boost,
]