From ee3610a2d26dff8d6c50fd5a3f14a8dc0ca2d534 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 4 Dec 2014 23:35:02 +0100 Subject: [PATCH] android/build.py: enable Vorbis and httpd These do not require GLib anymore. --- android/build.py | 4 ---- 1 file changed, 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)