aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordhewg2011-02-18 19:00:43 +0100
committerdhewg2011-02-18 22:15:04 +0100
commita6593c294efc848460126f3bd0270d96053fab9e (patch)
tree6aaf0bb78f9b241a5303539c783f350085f7758c /configure
parent7b5792d6d2c605eded73118a8f73ceb2c29627e1 (diff)
downloadscummvm-rg350-a6593c294efc848460126f3bd0270d96053fab9e.tar.gz
scummvm-rg350-a6593c294efc848460126f3bd0270d96053fab9e.tar.bz2
scummvm-rg350-a6593c294efc848460126f3bd0270d96053fab9e.zip
ANDROID: Disable mt32emu and timidity
mt32emu is using floats everywhere, and we don't have hardware-assisted floating point computations on this armeabi. most (if any) devices can't handle this timidity doesn't make sense, because there's no daemon to connect to
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 3d8ad18ccd..e304c28b43 100755
--- a/configure
+++ b/configure
@@ -1674,6 +1674,8 @@ if test -n "$_host"; then
_port_mk="backends/platform/android/android.mk"
_build_scalers=no
_seq_midi=no
+ _mt32emu=no
+ _timidity=no
;;
arm-linux|arm*-linux-gnueabi|arm-*-linux)
_unix=yes