aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEugene Sandulenko2016-04-10 13:56:44 +0200
committerEugene Sandulenko2016-04-10 13:56:44 +0200
commit825679ff64b5c2b76e18d752fbb4a00a53c8de51 (patch)
tree8270ac5628ddb784103e69b988fc0da1e9e94fd7 /configure
parentaad00dbc8dbc638b750114cebdd0594396e261b8 (diff)
downloadscummvm-rg350-825679ff64b5c2b76e18d752fbb4a00a53c8de51.tar.gz
scummvm-rg350-825679ff64b5c2b76e18d752fbb4a00a53c8de51.tar.bz2
scummvm-rg350-825679ff64b5c2b76e18d752fbb4a00a53c8de51.zip
GCW0: Disable Timidity by default
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 4 insertions, 6 deletions
diff --git a/configure b/configure
index dbff40953f..d2ffa9b687 100755
--- a/configure
+++ b/configure
@@ -2734,17 +2734,15 @@ if test -n "$_host"; then
append_var DEFINES "-DREDUCE_MEMORY_USAGE"
append_var CXXFLAGS "-mips32"
_backend="dingux"
+ _alsa=no
_mt32emu=no
+ _seq_midi=no
+ _timidity=no
+ _build_hq_scalers=no
_optimization_level=-O3
- # Disable alsa midi to get the port build on OpenDingux toolchain
- _alsa=no
_vkeybd=yes
- _build_hq_scalers=no
_keymapper=yes
- # Force disable vorbis on dingux, it has terrible performance compared to tremor
_vorbis=no
- # Force disable seq on dingux, no way to use it and it would get enabled by default with configure
- _seq_midi=no
_port_mk="backends/platform/dingux/dingux.mk"
;;
gp2x)