diff options
author | Fabio Battaglia | 2010-08-20 05:06:07 +0000 |
---|---|---|
committer | Fabio Battaglia | 2010-08-20 05:06:07 +0000 |
commit | 4625defaa46b438a0e70365773f9c54e887149b0 (patch) | |
tree | 4fbc325928cf00b3397d85033cb12a866af1201d | |
parent | af46e0fdc0ac4cc0523df9baa1b4961cbf480e4c (diff) | |
download | scummvm-rg350-4625defaa46b438a0e70365773f9c54e887149b0.tar.gz scummvm-rg350-4625defaa46b438a0e70365773f9c54e887149b0.tar.bz2 scummvm-rg350-4625defaa46b438a0e70365773f9c54e887149b0.zip |
CONFIGURE: force disable seq midi for dingux port
svn-id: r52219
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |