[Scummvm-cvs-logs] scummvm master -> a6593c294efc848460126f3bd0270d96053fab9e

dhewg dhewg at wiibrew.org
Fri Feb 18 22:15:25 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
a6593c294e ANDROID: Disable mt32emu and timidity


Commit: a6593c294efc848460126f3bd0270d96053fab9e
    https://github.com/scummvm/scummvm/commit/a6593c294efc848460126f3bd0270d96053fab9e
Author: dhewg (dhewg at wiibrew.org)
Date: 2011-02-18T13:15:04-08:00

Commit Message:
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

Changed paths:
    configure



diff --git a/configure b/configure
index 3d8ad18..e304c28 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






More information about the Scummvm-git-logs mailing list