[sm130futures] Right...Mac wants vorbis.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#if defined(INTEGER_VORBIS)
|
||||
#include <tremor/ivorbisfile.h>
|
||||
#else
|
||||
#include <vorbis/vorbisfile.h>
|
||||
#include <../extern/vorbis/vorbis/vorbisfile.h>
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
|
||||
@@ -23,7 +23,7 @@ namespace avcodec
|
||||
// #define HAVE_THEORAEXP
|
||||
|
||||
#if !defined(HAVE_THEORAEXP)
|
||||
#include <theora/theora.h>
|
||||
#include <../extern/vorbis/theora/theora.h>
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma comment(lib, OGG_LIB_DIR "ogg_static.lib")
|
||||
|
||||
Reference in New Issue
Block a user