diff options
author | Max Kellermann <max@duempel.org> | 2014-12-04 23:35:02 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-04 23:35:02 +0100 |
commit | ee3610a2d26dff8d6c50fd5a3f14a8dc0ca2d534 (patch) | |
tree | 4507be4eb755ed3a19dc07840bbe57693f45c7e3 /android | |
parent | 88b75b57d011e4f07c564ffd24c1ee73d0b8ab2c (diff) | |
download | mpd-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 '')
-rwxr-xr-x | android/build.py | 4 |
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) |