SampleBuffer: define OV_EXCLUDE_STATIC_CALLBACKS

Define OV_EXCLUDE_STATIC_CALLBACKS in order to suppress compiler warnings
about unused static instances when building Win32 version.
This commit is contained in:
Tobias Doerffel
2014-01-26 01:18:19 +01:00
parent 049951438a
commit 519a29e608

View File

@@ -38,6 +38,7 @@
#include <sndfile.h>
#define OV_EXCLUDE_STATIC_CALLBACKS
#ifdef LMMS_HAVE_OGGVORBIS
#include <vorbis/vorbisfile.h>
#endif