aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorFabio Battaglia2010-08-20 05:06:07 +0000
committerFabio Battaglia2010-08-20 05:06:07 +0000
commit4625defaa46b438a0e70365773f9c54e887149b0 (patch)
tree4fbc325928cf00b3397d85033cb12a866af1201d /configure
parentaf46e0fdc0ac4cc0523df9baa1b4961cbf480e4c (diff)
downloadscummvm-rg350-4625defaa46b438a0e70365773f9c54e887149b0.tar.gz
scummvm-rg350-4625defaa46b438a0e70365773f9c54e887149b0.tar.bz2
scummvm-rg350-4625defaa46b438a0e70365773f9c54e887149b0.zip
CONFIGURE: force disable seq midi for dingux port
svn-id: r52219
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 1cde781fe8..5739e38a3f 100755
--- a/configure
+++ b/configure
@@ -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"