parent
6a549d46aa
commit
a252a990be
@ -1 +1 @@
|
||||
rubberband-1.2.tar.bz2
|
||||
rubberband-1.5.0.tar.bz2
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- rubberband-1.2/src/sysutils.cpp.gcc43 2008-07-08 11:43:31.000000000 -0400
|
||||
+++ rubberband-1.2/src/sysutils.cpp 2008-07-17 18:28:42.000000000 -0400
|
||||
@@ -25,6 +25,7 @@
|
||||
#endif /* !__APPLE__, !_WIN32 */
|
||||
#endif /* !_WIN32 */
|
||||
|
||||
+#include <cstdlib>
|
||||
#include <iostream>
|
||||
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- rubberband-1.2/src/vamp/RubberBandVampPlugin.cpp.gcc44 2008-07-08 11:43:30.000000000 -0400
|
||||
+++ rubberband-1.2/src/vamp/RubberBandVampPlugin.cpp 2009-02-08 00:26:07.010884505 -0500
|
||||
@@ -18,6 +18,7 @@
|
||||
#include "sysutils.h"
|
||||
|
||||
#include <cmath>
|
||||
+#include <cstdio>
|
||||
|
||||
using std::string;
|
||||
using std::vector;
|
@ -0,0 +1,11 @@
|
||||
diff -up rubberband-1.5.0/vamp/RubberBandVampPlugin.cpp.gcc44 rubberband-1.5.0/vamp/RubberBandVampPlugin.cpp
|
||||
--- rubberband-1.5.0/vamp/RubberBandVampPlugin.cpp.gcc44 2010-06-02 09:21:14.510350757 -0400
|
||||
+++ rubberband-1.5.0/vamp/RubberBandVampPlugin.cpp 2010-06-02 09:21:25.649356553 -0400
|
||||
@@ -18,6 +18,7 @@
|
||||
#include "system/sysutils.h"
|
||||
|
||||
#include <cmath>
|
||||
+#include <cstdio>
|
||||
|
||||
using std::string;
|
||||
using std::vector;
|
Loading…
Reference in new issue