aboutsummaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
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)