diff options
Diffstat (limited to 'extra/akode/akode-2.0.2-flac14.patch')
-rw-r--r-- | extra/akode/akode-2.0.2-flac14.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/extra/akode/akode-2.0.2-flac14.patch b/extra/akode/akode-2.0.2-flac14.patch deleted file mode 100644 index b50b8e56f..000000000 --- a/extra/akode/akode-2.0.2-flac14.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- 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; - |