diff options
author | François Andriot <[email protected]> | 2014-09-17 23:25:29 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2014-09-17 23:25:29 +0200 |
commit | 27561d8393bd11d6604163e40de3a16d511c34b2 (patch) | |
tree | 275865da49804176834a1b7900a1ea11b666a624 /redhat/extras/akode/akode-2.0.2-flac113-portable.patch | |
parent | b630ff2dbb219979d7b558db3b599af3d408e488 (diff) | |
download | tde-packaging-27561d8393bd11d6604163e40de3a16d511c34b2.tar.gz tde-packaging-27561d8393bd11d6604163e40de3a16d511c34b2.zip |
Update Akode
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.patch | 11 |
1 files changed, 0 insertions, 11 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 deleted file mode 100644 index 4c5a26119..000000000 --- a/redhat/extras/akode/akode-2.0.2-flac113-portable.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; |