SOURCES: akode-gcc4.patch (NEW) - build fix.

pluto pluto at pld-linux.org
Tue Apr 17 18:38:53 CEST 2007


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;
================================================================


More information about the pld-cvs-commit mailing list