Audio: Silence "unused" errors with latest libvorbisfile

This commit is contained in:
Jonas Kulla 2013-12-11 21:08:24 +01:00
parent 1f2470deb7
commit 3b8484a280
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
#include <SDL_sound.h>
#ifdef RGSS2
#define OV_EXCLUDE_STATIC_CALLBACKS
#include <vorbis/vorbisfile.h>
#endif