aboutsummaryrefslogtreecommitdiff
path: root/lib/DllVorbisfile.h
diff options
context:
space:
mode:
authorS. Davilla <davilla@4pi.com>2011-03-23 19:12:15 -0400
committerS. Davilla <davilla@4pi.com>2011-03-23 19:12:43 -0400
commit47c2ad51782a287f91b74a3e14308ee0bcdd2d92 (patch)
tree232c3cc8a48d0ed1065d3857d4d554239e18ca93 /lib/DllVorbisfile.h
parent690a54f3db7c49d3a6279aaf834d17792b2f8a82 (diff)
[osx/ios] changed. bump libvorbis to 1.2.3 to get rid of unused static warnings. drop patches and sedify them in the Makefiles
Diffstat (limited to 'lib/DllVorbisfile.h')
-rw-r--r--lib/DllVorbisfile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/DllVorbisfile.h b/lib/DllVorbisfile.h
index 0fd03332cf..85b49679e8 100644
--- a/lib/DllVorbisfile.h
+++ b/lib/DllVorbisfile.h
@@ -25,6 +25,10 @@
#include "config.h"
#endif
#if defined(_LINUX) || defined(__APPLE__) || defined(WIN32)
+ // avoid unused symbol warnings from the static callbacks
+ // defined in vorbisfile.h on 1.2.3 and above
+ #define OV_EXCLUDE_STATIC_CALLBACKS
+
#include <vorbis/vorbisfile.h>
#include "utils/log.h"
#else