From 0bd613b73db87d7ccf1b2e565c158dd09b248a95 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 19 Aug 2012 08:05:50 +0900 Subject: [PATCH] Disable vorbisfile's static callbacks. Since we use callbacks anyway, they're not needed, and this fixes the warnings/errors when using ps3toolchain. --- libs/audio/renderer/vorbis.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/audio/renderer/vorbis.c b/libs/audio/renderer/vorbis.c index fa6c9262e..d323bdee4 100644 --- a/libs/audio/renderer/vorbis.c +++ b/libs/audio/renderer/vorbis.c @@ -39,6 +39,7 @@ #endif #include +#define OV_EXCLUDE_STATIC_CALLBACKS #include #include "QF/cvar.h"