From a6593c294efc848460126f3bd0270d96053fab9e Mon Sep 17 00:00:00 2001 From: dhewg Date: Fri, 18 Feb 2011 19:00:43 +0100 Subject: 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 --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') 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 -- cgit v1.2.3