[sm130futures] Right...Mac wants vorbis.

This commit is contained in:
Jason Felds
2011-05-05 01:09:23 -04:00
parent e93e5d4181
commit 8f24b6c5b7
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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")