diff options
author | sibel <lesibel@free.fr> | 2010-11-05 09:10:50 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-11-05 09:10:50 +0100 |
commit | 9fa39ca42c295fb1f51d6af338a4127d7e9cd91d (patch) | |
tree | 888338b3de27f9b353fec63cf6dd51a4897ebdd6 /extra/akode/akode-2.0.2-flac14.patch | |
parent | f747dab4be8f926c2c52f8daec3aeb08b7ad9e84 (diff) | |
parent | a59a51725fdfe96f94757b34106a9301e7687b2f (diff) | |
download | nutyx-pakxe-9fa39ca42c295fb1f51d6af338a4127d7e9cd91d.tar.gz nutyx-pakxe-9fa39ca42c295fb1f51d6af338a4127d7e9cd91d.tar.bz2 nutyx-pakxe-9fa39ca42c295fb1f51d6af338a4127d7e9cd91d.tar.xz nutyx-pakxe-9fa39ca42c295fb1f51d6af338a4127d7e9cd91d.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
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; - |