diff options
author | dhewg | 2011-02-18 19:00:43 +0100 |
---|---|---|
committer | dhewg | 2011-02-18 22:15:04 +0100 |
commit | a6593c294efc848460126f3bd0270d96053fab9e (patch) | |
tree | 6aaf0bb78f9b241a5303539c783f350085f7758c | |
parent | 7b5792d6d2c605eded73118a8f73ceb2c29627e1 (diff) | |
download | scummvm-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
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |