From 97a6ee2e64da515c7d009d059768b34508ada38c Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sat, 6 Aug 2011 09:59:02 +0200 Subject: AUDIO: #define OV_EXCLUDE_STATIC_CALLBACKS to not get unnecessary static data, which causes warnings. --- audio/decoders/vorbis.cpp | 1 + 1 file changed, 1 insertion(+) 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 #endif #else +#define OV_EXCLUDE_STATIC_CALLBACKS #include #endif -- cgit v1.2.3