CONFIGURE: force disable seq midi for dingux port
svn-id: r52219
This commit is contained in:
parent
af46e0fdc0
commit
4625defaa4
1 changed files with 2 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
@ -1554,6 +1554,8 @@ if test -n "$_host"; then
|
|||
_keymapper=no
|
||||
# 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
|
||||
;;
|
||||
dreamcast)
|
||||
DEFINES="$DEFINES -DDISABLE_DEFAULT_SAVEFILEMANAGER -DDISABLE_TEXT_CONSOLE -DDISABLE_COMMAND_LINE"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue