From 0c3bbd41dd34460e033117a5b2bf4523df7fbce0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 11 Jul 2013 13:04:39 -0400 Subject: Fix for mingw compiler --- libs/rubberband/src/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs') diff --git a/libs/rubberband/src/main.cpp b/libs/rubberband/src/main.cpp index 1c80696180..178685300b 100644 --- a/libs/rubberband/src/main.cpp +++ b/libs/rubberband/src/main.cpp @@ -495,7 +495,11 @@ int main(int argc, char **argv) } delete[] obf; } else { +#ifdef WIN32 + RubberBand::usleep(10000); +#else usleep(10000); +#endif } } -- cgit v1.2.3