diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-13 00:33:36 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:33:36 +0200 |
commit | 6d56d892cfc99c9ddd2a351047a7fbcbd859a1f6 (patch) | |
tree | a4e2b3eedc4f5e9e9e8c3f76a9c81a0d577407eb /libraries/soundtouch/soundtouch-1.3.1-gcc43.patch | |
parent | 30368cbce79897c781f09e9574e1977917b6e04a (diff) |
libraries/soundtouch: Updated for version 1.3.1
Diffstat (limited to 'libraries/soundtouch/soundtouch-1.3.1-gcc43.patch')
-rw-r--r-- | libraries/soundtouch/soundtouch-1.3.1-gcc43.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/soundtouch/soundtouch-1.3.1-gcc43.patch b/libraries/soundtouch/soundtouch-1.3.1-gcc43.patch new file mode 100644 index 0000000000000..0560c15202d20 --- /dev/null +++ b/libraries/soundtouch/soundtouch-1.3.1-gcc43.patch @@ -0,0 +1,11 @@ +diff -up soundtouch-1.3.1/source/example/SoundStretch/WavFile.cpp~ soundtouch-1.3.1/source/example/SoundStretch/WavFile.cpp +--- soundtouch-1.3.1/source/example/SoundStretch/WavFile.cpp~ 2008-01-11 22:21:43.000000000 +0100 ++++ soundtouch-1.3.1/source/example/SoundStretch/WavFile.cpp 2008-01-11 22:21:43.000000000 +0100 +@@ -48,6 +48,7 @@ + #include <stdio.h>
+ #include <stdexcept>
+ #include <string>
++#include <cstring>
+ #include <assert.h>
+ #include <limits.h>
+
|