Build fix

Added SoundTouch as a dependency of AudioCommon.
Removed the "soundtouch_config.h" include on Linux and OSX.
This commit is contained in:
skidau
2013-01-09 23:45:13 +11:00
parent 63b38be97c
commit 91fe5cc821
2 changed files with 9 additions and 1 deletions

View File

@ -57,7 +57,7 @@ typedef unsigned long ulong;
#if (defined(__GNUC__) && !defined(ANDROID))
// In GCC, include soundtouch_config.h made by config scritps.
// Skip this in Android compilation that uses GCC but without configure scripts.
#include "soundtouch_config.h"
//#include "soundtouch_config.h"
#endif
#ifndef _WINDEF_