[sm130futures] Right...Mac wants vorbis.
This commit is contained in:
Vendored
+1
-1
@@ -21,7 +21,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <ogg/os_types.h>
|
#include <../extern/vorbis/ogg/os_types.h>
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
long endbyte;
|
long endbyte;
|
||||||
|
|||||||
Vendored
+2
-2
@@ -24,9 +24,9 @@ extern "C"
|
|||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#ifndef LIBOGG2
|
#ifndef LIBOGG2
|
||||||
#include <ogg/ogg.h>
|
#include <../extern/vorbis/ogg/ogg.h>
|
||||||
#else
|
#else
|
||||||
#include <ogg2/ogg.h>
|
#include <../extern/vorbis/ogg2/ogg.h>
|
||||||
/* This is temporary until libogg2 is more complete */
|
/* This is temporary until libogg2 is more complete */
|
||||||
ogg_buffer_state *ogg_buffer_create(void);
|
ogg_buffer_state *ogg_buffer_create(void);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Vendored
+1
-1
@@ -23,7 +23,7 @@ extern "C"
|
|||||||
{
|
{
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#include <ogg/ogg.h>
|
#include <../extern/vorbis/ogg/ogg.h>
|
||||||
|
|
||||||
typedef struct vorbis_info{
|
typedef struct vorbis_info{
|
||||||
int version;
|
int version;
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
#if defined(INTEGER_VORBIS)
|
#if defined(INTEGER_VORBIS)
|
||||||
#include <tremor/ivorbisfile.h>
|
#include <tremor/ivorbisfile.h>
|
||||||
#else
|
#else
|
||||||
#include <vorbis/vorbisfile.h>
|
#include <../extern/vorbis/vorbis/vorbisfile.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ namespace avcodec
|
|||||||
// #define HAVE_THEORAEXP
|
// #define HAVE_THEORAEXP
|
||||||
|
|
||||||
#if !defined(HAVE_THEORAEXP)
|
#if !defined(HAVE_THEORAEXP)
|
||||||
#include <theora/theora.h>
|
#include <../extern/vorbis/theora/theora.h>
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
#pragma comment(lib, OGG_LIB_DIR "ogg_static.lib")
|
#pragma comment(lib, OGG_LIB_DIR "ogg_static.lib")
|
||||||
|
|||||||
Reference in New Issue
Block a user