mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 01:41:10 +00:00
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:
parent
5684347088
commit
0bd613b73d
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#define OV_EXCLUDE_STATIC_CALLBACKS
|
||||
#include <vorbis/vorbisfile.h>
|
||||
|
||||
#include "QF/cvar.h"
|
||||
|
|
Loading…
Reference in a new issue