diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-02-07 06:37:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-02-07 06:37:49 +0000 |
commit | 8cd71a337dae1a9f130021bbc66f7b26a84f7e0f (patch) | |
tree | 5a59127a990cbc13db21b4d2285c9ab6b620652d /audio/rubberband/files/patch-StrecherProcess.cpp | |
parent | Vamp 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.cpp | 12 |
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> |