[sm130futures] Right...Mac wants vorbis.
This commit is contained in:
Vendored
+1
-1
@@ -21,7 +21,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <ogg/os_types.h>
|
||||
#include <../extern/vorbis/ogg/os_types.h>
|
||||
|
||||
typedef struct {
|
||||
long endbyte;
|
||||
|
||||
Vendored
+2
-2
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -23,7 +23,7 @@ extern "C"
|
||||
{
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#include <ogg/ogg.h>
|
||||
#include <../extern/vorbis/ogg/ogg.h>
|
||||
|
||||
typedef struct vorbis_info{
|
||||
int version;
|
||||
|
||||
@@ -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