XIPH_LIB_DIR -> OGG_LIB_DIR

This commit is contained in:
Glenn Maynard
2005-10-20 11:11:26 +00:00
parent 8ebd8163fc
commit f500aac258
2 changed files with 5 additions and 5 deletions
@@ -11,8 +11,8 @@
#include <theora/theora.h>
#if defined(_MSC_VER)
#pragma comment(lib, XIPH_LIB_DIR "vorbis_static.lib")
#pragma comment(lib, XIPH_LIB_DIR "theora_static.lib")
#pragma comment(lib, OGG_LIB_DIR "vorbis_static.lib")
#pragma comment(lib, OGG_LIB_DIR "theora_static.lib")
#endif
namespace avcodec