diff options
Diffstat (limited to 'android/build.py')
-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) |