Mercurial > hg > sonic-visualiser
diff rubberband-all.cpp @ 2146:16315742840b fix-static-analysis
Build fix (hack)
author | Chris Cannam |
---|---|
date | Tue, 04 Dec 2018 14:11:15 +0000 |
parents | 7df49445017d |
children |
line wrap: on
line diff
--- a/rubberband-all.cpp Tue Dec 04 13:53:59 2018 +0000 +++ b/rubberband-all.cpp Tue Dec 04 14:11:15 2018 +0000 @@ -9,6 +9,9 @@ #define USE_KISSFFT 1 #define USE_SPEEX 1 +#define SV_PROFILER_H 1 // Include guard - avoid reading two Profiler.h files. + // Yes, it's gross + #ifdef _MSC_VER #define __MSVC__ #endif