diff options
Diffstat (limited to 'audio/rubberband/files/patch-StrecherProcess.cpp')
-rw-r--r-- | audio/rubberband/files/patch-StrecherProcess.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/rubberband/files/patch-StrecherProcess.cpp b/audio/rubberband/files/patch-StrecherProcess.cpp deleted file mode 100644 index 733775d18915..000000000000 --- a/audio/rubberband/files/patch-StrecherProcess.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- 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> |