summaryrefslogtreecommitdiffstats
path: root/redhat/extras/akode/akode-2.0.2-flac113-portable.patch
diff options
context:
space:
mode:
authorFrancois Andriot <[email protected]>2012-01-16 19:56:57 +0100
committerFrancois Andriot <[email protected]>2012-01-16 19:56:57 +0100
commit7c0ff901a24acb77395a263d6c6d8866515bc1df (patch)
tree7d7dce345e0c972f3220f7eea4f41b4d9a10c653 /redhat/extras/akode/akode-2.0.2-flac113-portable.patch
parenta739f5bff116772df1f557bd5d67e6e1dd953fa8 (diff)
downloadtde-packaging-7c0ff901a24acb77395a263d6c6d8866515bc1df.tar.gz
tde-packaging-7c0ff901a24acb77395a263d6c6d8866515bc1df.zip
RHEL/Fedora: adds 'akode' in extra components
Diffstat (limited to 'redhat/extras/akode/akode-2.0.2-flac113-portable.patch')
-rw-r--r--redhat/extras/akode/akode-2.0.2-flac113-portable.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/extras/akode/akode-2.0.2-flac113-portable.patch b/redhat/extras/akode/akode-2.0.2-flac113-portable.patch
new file mode 100644
index 000000000..4c5a26119
--- /dev/null
+++ b/redhat/extras/akode/akode-2.0.2-flac113-portable.patch
@@ -0,0 +1,11 @@
+--- branches/kdesupport/3.5/kdesupport/akode/plugins/xiph_decoder/flac113_decoder.cpp 2007/04/14 22:11:43 654042
++++ branches/kdesupport/3.5/kdesupport/akode/plugins/xiph_decoder/flac113_decoder.cpp 2007/04/14 22:14:06 654043
+@@ -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;