android/build.py: enable Vorbis and httpd
These do not require GLib anymore.
This commit is contained in:
parent
88b75b57d0
commit
ee3610a2d2
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue