diff options
Diffstat (limited to 'audio/rubberband/files/patch-src_StretcherImpl.cpp')
-rw-r--r-- | audio/rubberband/files/patch-src_StretcherImpl.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/rubberband/files/patch-src_StretcherImpl.cpp b/audio/rubberband/files/patch-src_StretcherImpl.cpp new file mode 100644 index 000000000000..c8bef0eabb74 --- /dev/null +++ b/audio/rubberband/files/patch-src_StretcherImpl.cpp @@ -0,0 +1,11 @@ +--- src/StretcherImpl.cpp.orig 2012-10-28 10:30:09 UTC ++++ src/StretcherImpl.cpp +@@ -38,7 +38,7 @@ + #include "base/Profiler.h" + + #ifndef _WIN32 +-#include <alloca.h> ++#include <stdlib.h> + #endif + + #include <cassert> |