add HAVE_THEORA, XIPH_LIB_DIR -> OGG_LIB_DIR

This commit is contained in:
Glenn Maynard
2005-10-20 11:10:21 +00:00
parent d93c07f8c6
commit 8ebd8163fc
+4 -3
View File
@@ -3,6 +3,7 @@
#if !defined(XBOX)
#define HAVE_FFMPEG
#define HAVE_THEORA
#define HAVE_CRYPTOPP
#endif
@@ -144,12 +145,12 @@ inline int lrintf( float f )
#if defined(_XBOX)
#if defined(_DEBUG)
#define XIPH_LIB_DIR "vorbis/xbox/debug/"
#define OGG_LIB_DIR "vorbis/xbox/debug/"
#else
#define XIPH_LIB_DIR "vorbis/xbox/release/"
#define OGG_LIB_DIR "vorbis/xbox/release/"
#endif
#else
#define XIPH_LIB_DIR "vorbis/win32/"
#define OGG_LIB_DIR "vorbis/win32/"
#endif
#if defined(XBOX)