Mercurial > hg > sonic-visualiser
changeset 2136:7df49445017d
Expected symbol for RB sources
author | Chris Cannam |
---|---|
date | Thu, 29 Nov 2018 11:16:09 +0000 |
parents | d8e8f5d95c8a |
children | 6e9465714d29 |
files | rubberband-all.cpp |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/rubberband-all.cpp Thu Nov 29 10:35:03 2018 +0000 +++ b/rubberband-all.cpp Thu Nov 29 11:16:09 2018 +0000 @@ -8,6 +8,10 @@ #define USE_KISSFFT 1 #define USE_SPEEX 1 + +#ifdef _MSC_VER +#define __MSVC__ +#endif #include "rubberband/src/rubberband-c.cpp" #include "rubberband/src/RubberBandStretcher.cpp"