aboutsummaryrefslogtreecommitdiff
path: root/audio/rubberband/files/patch-StrecherProcess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rubberband/files/patch-StrecherProcess.cpp')
-rw-r--r--audio/rubberband/files/patch-StrecherProcess.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/rubberband/files/patch-StrecherProcess.cpp b/audio/rubberband/files/patch-StrecherProcess.cpp
new file mode 100644
index 000000000000..733775d18915
--- /dev/null
+++ b/audio/rubberband/files/patch-StrecherProcess.cpp
@@ -0,0 +1,12 @@
+--- src/StretcherProcess.cpp-dist 2012-01-08 17:24:27.535146749 +0100
++++ src/StretcherProcess.cpp 2012-01-08 17:21:19.739152441 +0100
+@@ -26,7 +26,8 @@
+ #include "system/VectorOps.h"
+
+ #ifndef _WIN32
+-#include <alloca.h>
++/* linux stdlib include alloca.h */
++#include <stdlib.h>
+ #endif
+
+ #include <cassert>