1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-22 00:35:48 +01:00

Move library tree where it belongs

This commit is contained in:
ra
2010-01-24 09:19:39 +00:00
parent e74978ba77
commit 58caf78a86
6020 changed files with 2790154 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
Index: soundtouch/source/example/SoundStretch/WavFile.cpp
===================================================================
RCS file: /cvsroot/audacity/lib-src/soundtouch/source/example/SoundStretch/WavFile.cpp,v
retrieving revision 1.3
diff -u -r1.3 WavFile.cpp
--- soundtouch/source/example/SoundStretch/WavFile.cpp 18 Sep 2006 07:31:48 -0000 1.3
+++ soundtouch/source/example/SoundStretch/WavFile.cpp 25 Jun 2008 19:56:13 -0000
@@ -48,6 +48,7 @@
#include <stdio.h>
#include <stdexcept>
#include <string>
+#include <cstring>
#include <assert.h>
#include <limits.h>