[sm130futures -> default] The future is now.

This commit is contained in:
Jason Felds
2011-05-05 14:10:42 -04:00
316 changed files with 2879 additions and 34065 deletions
+2 -2
View File
@@ -10,9 +10,9 @@
#include <map>
#if defined(_WINDOWS) || defined(MACOSX)
#include "mad-0.15.1b/mad.h"
#include "../extern/mad-0.15.1b/mad.h"
#ifdef _MSC_VER
#pragma comment(lib, "mad-0.15.1b/msvc++/Release/libmad.lib")
#pragma comment(lib, "../extern/mad-0.15.1b/msvc++/Release/libmad.lib")
#endif //_MSC_VER
#else
#include <mad.h>