[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
@@ -21,7 +21,7 @@
extern "C" {
#endif
#include <ogg/os_types.h>
#include <../extern/vorbis/ogg/os_types.h>
typedef struct {
long endbyte;
+2 -2
View File
@@ -24,9 +24,9 @@ extern "C"
#endif /* __cplusplus */
#ifndef LIBOGG2
#include <ogg/ogg.h>
#include <../extern/vorbis/ogg/ogg.h>
#else
#include <ogg2/ogg.h>
#include <../extern/vorbis/ogg2/ogg.h>
/* This is temporary until libogg2 is more complete */
ogg_buffer_state *ogg_buffer_create(void);
#endif
+1 -1
View File
@@ -23,7 +23,7 @@ extern "C"
{
#endif /* __cplusplus */
#include <ogg/ogg.h>
#include <../extern/vorbis/ogg/ogg.h>
typedef struct vorbis_info{
int version;
+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")