diff options
author | Fabio Battaglia | 2010-08-19 15:13:03 +0000 |
---|---|---|
committer | Fabio Battaglia | 2010-08-19 15:13:03 +0000 |
commit | c427ecb7ccdd88b02712eb2f357d44fb999236df (patch) | |
tree | 49acb40bd5440eb79823ca2d28e5bfd55c609f81 /configure | |
parent | 37d2f102061cbafdde3060bbe1d7165817ffb676 (diff) | |
download | scummvm-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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |