Magellan Linux

Annotation of /trunk/flac/patches/flac-1.2.1-gcc43.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 743 - (hide annotations) (download)
Sun Dec 28 22:31:38 2008 UTC (15 years, 5 months ago) by niro
File size: 423 byte(s)
-added patch to fix builds with gcc-4.3

1 niro 743 diff -Naur flac-1.2.1-orig/examples/cpp/encode/file/main.cpp flac-1.2.1/examples/cpp/encode/file/main.cpp
2     --- flac-1.2.1-orig/examples/cpp/encode/file/main.cpp 2007-09-13 09:58:03.000000000 -0600
3     +++ flac-1.2.1/examples/cpp/encode/file/main.cpp 2007-11-18 12:59:45.000000000 -0600
4     @@ -30,6 +30,7 @@
5    
6     #include <stdio.h>
7     #include <stdlib.h>
8     +#include <cstring>
9     #include "FLAC++/metadata.h"
10     #include "FLAC++/encoder.h"
11