aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Battaglia2010-08-19 15:13:03 +0000
committerFabio Battaglia2010-08-19 15:13:03 +0000
commitc427ecb7ccdd88b02712eb2f357d44fb999236df (patch)
tree49acb40bd5440eb79823ca2d28e5bfd55c609f81
parent37d2f102061cbafdde3060bbe1d7165817ffb676 (diff)
downloadscummvm-rg350-c427ecb7ccdd88b02712eb2f357d44fb999236df.tar.gz
scummvm-rg350-c427ecb7ccdd88b02712eb2f357d44fb999236df.tar.bz2
scummvm-rg350-c427ecb7ccdd88b02712eb2f357d44fb999236df.zip
DINGUX: disable check for vorbis, because of terrible performance compared to tremor
svn-id: r52212
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index ed2678c93a..1cde781fe8 100755
--- a/configure
+++ b/configure
@@ -1552,6 +1552,8 @@ if test -n "$_host"; then
_vkeybd=yes
_build_hq_scalers=no
_keymapper=no
+ # Force disable vorbis on dingux, it has terrible performance compared to tremor
+ _vorbis=no
;;
dreamcast)
DEFINES="$DEFINES -DDISABLE_DEFAULT_SAVEFILEMANAGER -DDISABLE_TEXT_CONSOLE -DDISABLE_COMMAND_LINE"