summaryrefslogtreecommitdiffstats
path: root/extra/akode/akode-2.0.2-flac14.patch
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-09 12:52:58 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-09 12:52:58 +0200
commit1163b241973ad44a1d783fdcf9eacd84c95218c7 (patch)
treea9282f85379e3910b01f0a0dc79627fb068e2712 /extra/akode/akode-2.0.2-flac14.patch
parent756dfccb6ab03650d6617a85b63a15218a80d3ee (diff)
downloadnutyx-extra-1163b241973ad44a1d783fdcf9eacd84c95218c7.tar.gz
nutyx-extra-1163b241973ad44a1d783fdcf9eacd84c95218c7.tar.bz2
nutyx-extra-1163b241973ad44a1d783fdcf9eacd84c95218c7.tar.xz
nutyx-extra-1163b241973ad44a1d783fdcf9eacd84c95218c7.zip
Ajout de akode#2.0.2-2
Diffstat (limited to 'extra/akode/akode-2.0.2-flac14.patch')
-rw-r--r--extra/akode/akode-2.0.2-flac14.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/akode/akode-2.0.2-flac14.patch b/extra/akode/akode-2.0.2-flac14.patch
new file mode 100644
index 000000000..b50b8e56f
--- /dev/null
+++ b/extra/akode/akode-2.0.2-flac14.patch
@@ -0,0 +1,12 @@
+--- akode/plugins/xiph_decoder/flac113_decoder.cpp.orig 2007-06-12 06:59:28.000000000 +0000
++++ akode/plugins/xiph_decoder/flac113_decoder.cpp 2007-06-12 07:07:23.000000000 +0000
+@@ -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;
+