Exclude default stdio libvorbisfile callbacks

Prevents warnings about those being usused.
This commit is contained in:
dhewg 2011-12-07 17:15:36 +01:00
parent 82aaccc1ad
commit 670daf7dd6

View file

@ -29,6 +29,7 @@ If you have questions concerning this license or the applicable additional terms
#include "../idlib/precompiled.h"
#pragma hdrstop
#define OV_EXCLUDE_STATIC_CALLBACKS
#include <vorbis/codec.h>
#include <vorbis/vorbisfile.h>