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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user