add HAVE_THEORA, XIPH_LIB_DIR -> OGG_LIB_DIR
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#if !defined(XBOX)
|
#if !defined(XBOX)
|
||||||
#define HAVE_FFMPEG
|
#define HAVE_FFMPEG
|
||||||
|
#define HAVE_THEORA
|
||||||
#define HAVE_CRYPTOPP
|
#define HAVE_CRYPTOPP
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -144,12 +145,12 @@ inline int lrintf( float f )
|
|||||||
|
|
||||||
#if defined(_XBOX)
|
#if defined(_XBOX)
|
||||||
#if defined(_DEBUG)
|
#if defined(_DEBUG)
|
||||||
#define XIPH_LIB_DIR "vorbis/xbox/debug/"
|
#define OGG_LIB_DIR "vorbis/xbox/debug/"
|
||||||
#else
|
#else
|
||||||
#define XIPH_LIB_DIR "vorbis/xbox/release/"
|
#define OGG_LIB_DIR "vorbis/xbox/release/"
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#define XIPH_LIB_DIR "vorbis/win32/"
|
#define OGG_LIB_DIR "vorbis/win32/"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(XBOX)
|
#if defined(XBOX)
|
||||||
|
|||||||
Reference in New Issue
Block a user