Disable vorbisfile's static callbacks.

Since we use callbacks anyway, they're not needed, and this fixes the
warnings/errors when using ps3toolchain.
This commit is contained in:
Bill Currie 2012-08-19 08:05:50 +09:00
parent 5684347088
commit 0bd613b73d

View file

@ -39,6 +39,7 @@
#endif
#include <stdlib.h>
#define OV_EXCLUDE_STATIC_CALLBACKS
#include <vorbis/vorbisfile.h>
#include "QF/cvar.h"