aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mallon2011-08-06 09:59:02 +0200
committerChristoph Mallon2011-08-07 15:19:07 +0200
commit97a6ee2e64da515c7d009d059768b34508ada38c (patch)
treecf5b7e6600c7a05dca9984fe7a9943fccd8b8838
parentc876e87efc574a646268bd57428cdcef87a517a8 (diff)
downloadscummvm-rg350-97a6ee2e64da515c7d009d059768b34508ada38c.tar.gz
scummvm-rg350-97a6ee2e64da515c7d009d059768b34508ada38c.tar.bz2
scummvm-rg350-97a6ee2e64da515c7d009d059768b34508ada38c.zip
AUDIO: #define OV_EXCLUDE_STATIC_CALLBACKS to not get unnecessary static data, which causes warnings.
-rw-r--r--audio/decoders/vorbis.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/decoders/vorbis.cpp b/audio/decoders/vorbis.cpp
index 2724dd1f02..e10ec11a50 100644
--- a/audio/decoders/vorbis.cpp
+++ b/audio/decoders/vorbis.cpp
@@ -42,6 +42,7 @@
#include <tremor/ivorbisfile.h>
#endif
#else
+#define OV_EXCLUDE_STATIC_CALLBACKS
#include <vorbis/vorbisfile.h>
#endif