summaryrefslogtreecommitdiff
path: root/audio/rubberband/files/patch-StrecherProcess.cpp
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-02-07 06:37:49 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-02-07 06:37:49 +0000
commit8cd71a337dae1a9f130021bbc66f7b26a84f7e0f (patch)
tree5a59127a990cbc13db21b4d2285c9ab6b620652d /audio/rubberband/files/patch-StrecherProcess.cpp
parentVamp is an audio processing plugin system for plugins that extract descriptive (diff)
Rubber Band Library is a high quality software library for audio time-stretching
and pitch-shifting. It permits you to change the tempo and pitch of an audio stream or recording dynamically and independently of one another. WWW: http://breakfastquay.com/rubberband/ PR: ports/164641 Submitted by: mathias.picker@gmx.de
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>