diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-10 21:33:17 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-10 21:33:17 +0200 |
commit | f3f4014b2a66042e66cd704f9577eb2bc08fde51 (patch) | |
tree | 2f0a6338dec9a28a08903e24334224e95846f53f /extra/flac/gcc4.patch | |
parent | 93af8a391b394cd8b099bcea99b89912772e83cf (diff) | |
download | nutyx-extra-f3f4014b2a66042e66cd704f9577eb2bc08fde51.tar.gz nutyx-extra-f3f4014b2a66042e66cd704f9577eb2bc08fde51.tar.bz2 nutyx-extra-f3f4014b2a66042e66cd704f9577eb2bc08fde51.tar.xz nutyx-extra-f3f4014b2a66042e66cd704f9577eb2bc08fde51.zip |
Ajout de flac#1.2.1-1
Diffstat (limited to 'extra/flac/gcc4.patch')
-rw-r--r-- | extra/flac/gcc4.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/flac/gcc4.patch b/extra/flac/gcc4.patch new file mode 100644 index 000000000..627ee9f63 --- /dev/null +++ b/extra/flac/gcc4.patch @@ -0,0 +1,21 @@ +--- examples/cpp/encode/file/main.cpp.orig 2007-09-13 09:58:03.000000000 -0600 ++++ examples/cpp/encode/file/main.cpp 2007-11-18 12:59:45.000000000 -0600 +@@ -30,6 +30,7 @@ + + #include <stdio.h> + #include <stdlib.h> ++#include <cstring> + #include "FLAC++/metadata.h" + #include "FLAC++/encoder.h" + +--- examples/cpp/decode/file/main.cpp.orig 2008-09-14 20:37:05.000000000 +0200 ++++ examples/cpp/decode/file/main.cpp 2008-09-14 20:37:19.000000000 +0200 +@@ -30,6 +30,7 @@ + + #include <stdio.h> + #include <stdlib.h> ++#include <cstring> + #include "FLAC++/decoder.h" + + static FLAC__uint64 total_samples = 0; + |