GCW0: Disable Timidity by default
This commit is contained in:
parent
aad00dbc8d
commit
825679ff64
1 changed files with 7 additions and 9 deletions
16
configure
vendored
16
configure
vendored
|
@ -2734,17 +2734,15 @@ if test -n "$_host"; then
|
|||
append_var DEFINES "-DREDUCE_MEMORY_USAGE"
|
||||
append_var CXXFLAGS "-mips32"
|
||||
_backend="dingux"
|
||||
_mt32emu=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
|
||||
_mt32emu=no
|
||||
_seq_midi=no
|
||||
_timidity=no
|
||||
_build_hq_scalers=no
|
||||
_optimization_level=-O3
|
||||
_vkeybd=yes
|
||||
_keymapper=yes
|
||||
_vorbis=no
|
||||
_port_mk="backends/platform/dingux/dingux.mk"
|
||||
;;
|
||||
gp2x)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue