Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/audio
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio')
-rw-r--r--src/audio/vorbisfile.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/audio/vorbisfile.cc b/src/audio/vorbisfile.cc
index 572b945..74df9b0 100644
--- a/src/audio/vorbisfile.cc
+++ b/src/audio/vorbisfile.cc
@@ -13,6 +13,14 @@
#include "filesystem/filesystem.h"
#include "sys/sys.h"
+#ifdef _WIN32
+/*
+ READ vorbisfile.h!
+ This works because I have a clean development environment
+*/
+#define OV_EXCLUDE_STATIC_CALLBACKS
+#endif
+
#include <vorbis/codec.h>
#include <vorbis/vorbisfile.h>