AUDIO: #define OV_EXCLUDE_STATIC_CALLBACKS to not get unnecessary static data, which causes warnings.

This commit is contained in:
Christoph Mallon 2011-08-06 09:59:02 +02:00
parent c876e87efc
commit 97a6ee2e64

View file

@ -42,6 +42,7 @@
#include <tremor/ivorbisfile.h>
#endif
#else
#define OV_EXCLUDE_STATIC_CALLBACKS
#include <vorbis/vorbisfile.h>
#endif