Author: pluto                        Date: Tue Apr 17 16:38:50 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- build fix.

---- Files affected:
SOURCES:
   akode-gcc4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/akode-gcc4.patch
diff -u /dev/null SOURCES/akode-gcc4.patch:1.1
--- /dev/null   Tue Apr 17 18:38:50 2007
+++ SOURCES/akode-gcc4.patch    Tue Apr 17 18:38:45 2007
@@ -0,0 +1,11 @@
+--- akode-2.0.2/akode/plugins/xiph_decoder/flac113_decoder.cpp.orig    
2006-11-06 14:20:52.000000000 +0100
++++ akode-2.0.2/akode/plugins/xiph_decoder/flac113_decoder.cpp 2007-04-17 
18:36:25.796870049 +0200
+@@ -108,7 +108,7 @@
+ static FLAC__StreamDecoderReadStatus flac_read_callback(
+         const FLAC__StreamDecoder *,
+         FLAC__byte buffer[],
+-        unsigned *bytes,
++        size_t *bytes,
+         void *client_data)
+ {
+     FLACDecoder::private_data *data = (FLACDecoder::private_data*)client_data;
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to