DINGUX: disable check for vorbis, because of terrible performance compared to tremor

svn-id: r52212
This commit is contained in:
Fabio Battaglia 2010-08-19 15:13:03 +00:00
parent 37d2f10206
commit c427ecb7cc

2
configure vendored
View File

@ -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"