]> git.pld-linux.org Git - packages/akode.git/commitdiff
- build fix.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 17 Apr 2007 16:38:45 +0000 (16:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    akode-gcc4.patch -> 1.1

akode-gcc4.patch [new file with mode: 0644]

diff --git a/akode-gcc4.patch b/akode-gcc4.patch
new file mode 100644 (file)
index 0000000..0c96c73
--- /dev/null
@@ -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;
This page took 0.032021 seconds and 4 git commands to generate.