[arch-commits] CVS update of extra/lib/akode (akode-2.0.2-flac14.patch)

Alexander Baldeck alexander at archlinux.org
Tue Jun 12 07:45:05 UTC 2007


    Date: Tuesday, June 12, 2007 @ 03:45:05
  Author: alexander
    Path: /home/cvs-extra/extra/lib/akode

   Added: akode-2.0.2-flac14.patch (1.1)

* patch akode 2.0.2 up for flac 1.1.4


--------------------------+
 akode-2.0.2-flac14.patch |   11 +++++++++++
 1 file changed, 11 insertions(+)


Index: extra/lib/akode/akode-2.0.2-flac14.patch
diff -u /dev/null extra/lib/akode/akode-2.0.2-flac14.patch:1.1
--- /dev/null	Tue Jun 12 03:45:05 2007
+++ extra/lib/akode/akode-2.0.2-flac14.patch	Tue Jun 12 03:45:05 2007
@@ -0,0 +1,11 @@
+--- 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;




More information about the arch-commits mailing list