Browse Source

Removed some unused variable warnings when compiling

Alex Szpakowski 11 years ago
parent
commit
b091746118
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/modules/sound/lullaby/VorbisDecoder.h

+ 1 - 0
src/modules/sound/lullaby/VorbisDecoder.h

@@ -26,6 +26,7 @@
 #include "Decoder.h"
 
 // vorbis
+#define OV_EXCLUDE_STATIC_CALLBACKS
 #include <vorbis/codec.h>
 #include <vorbis/vorbisfile.h>