aboutsummaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-04 23:35:02 +0100
committerMax Kellermann <max@duempel.org>2014-12-04 23:35:02 +0100
commitee3610a2d26dff8d6c50fd5a3f14a8dc0ca2d534 (patch)
tree4507be4eb755ed3a19dc07840bbe57693f45c7e3 /android
parent88b75b57d011e4f07c564ffd24c1ee73d0b8ab2c (diff)
downloadmpd-ee3610a2d26dff8d6c50fd5a3f14a8dc0ca2d534.tar.gz
mpd-ee3610a2d26dff8d6c50fd5a3f14a8dc0ca2d534.tar.xz
mpd-ee3610a2d26dff8d6c50fd5a3f14a8dc0ca2d534.zip
android/build.py: enable Vorbis and httpd
These do not require GLib anymore.
Diffstat (limited to 'android')
-rwxr-xr-xandroid/build.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/android/build.py b/android/build.py
index 634d9bffb..020ba7fd1 100755
--- a/android/build.py
+++ b/android/build.py
@@ -423,10 +423,6 @@ configure = [
'--disable-glib',
'--disable-icu',
- # disabled for now because these features require GLib:
- '--disable-httpd-output',
- '--disable-vorbis-encoder',
-
] + configure_args
subprocess.check_call(configure)