aboutsummaryrefslogtreecommitdiffstats
path: root/android/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'android/build.py')
-rwxr-xr-xandroid/build.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/android/build.py b/android/build.py
index 8455dd6a9..98ebee4b0 100755
--- a/android/build.py
+++ b/android/build.py
@@ -349,7 +349,6 @@ thirdparty_libs = [
'--enable-gpl',
'--enable-small',
'--disable-pthreads',
- '--disable-runtime-cpudetect',
'--disable-programs',
'--disable-doc',
'--disable-avdevice',
@@ -423,10 +422,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)