Allow building without ogg vorbis support

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2819 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-07-25 19:43:21 +00:00
parent 67d6df6545
commit 631d19d659
@@ -25,9 +25,11 @@
#include "types.h"
#include "uio.h"
#ifdef _MSC_VER
# pragma comment (lib, "vorbisfile.lib")
#endif
#ifndef OVCODEC_NONE
# ifdef _MSC_VER
# pragma comment (lib, "vorbisfile.lib")
# endif /* _MSC_VER */
#endif /* OVCODEC_NONE */
typedef struct tfb_decoderformats
{