From c427ecb7ccdd88b02712eb2f357d44fb999236df Mon Sep 17 00:00:00 2001 From: Fabio Battaglia Date: Thu, 19 Aug 2010 15:13:03 +0000 Subject: DINGUX: disable check for vorbis, because of terrible performance compared to tremor svn-id: r52212 --- configure | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3