Build mad statically. Since the source is in the repository, no need to include the library like the others.

This commit is contained in:
Steve Checkoway
2007-11-11 23:52:59 +00:00
parent 47bc484919
commit 3994aabd82
2 changed files with 359 additions and 46 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
#include <cerrno>
#include <map>
#if defined(_WINDOWS) || defined(_XBOX)
#if defined(_WINDOWS) || defined(_XBOX) || defined(MACOSX)
#include "mad-0.15.1b/mad.h"
#ifdef _MSC_VER
#ifdef _XBOX