summaryrefslogtreecommitdiffstats
path: root/redhat/extras/akode/akode-2.0.2-flac113-portable.patch
diff options
context:
space:
mode:
authorFrançois Andriot <[email protected]>2014-09-29 13:37:37 +0200
committerFrançois Andriot <[email protected]>2014-09-29 13:37:37 +0200
commitb4b507c636506960fb306de332ec30be399758dc (patch)
treeffb4ce999cd5efe03a7cfee6c48a0cba49ba97af /redhat/extras/akode/akode-2.0.2-flac113-portable.patch
parentf9a697dd364d6be35ec52794e97bca3187a06777 (diff)
parent1baab4923d9eec2ce99b1434d00c6d64a874f119 (diff)
downloadtde-packaging-b4b507c636506960fb306de332ec30be399758dc.tar.gz
tde-packaging-b4b507c636506960fb306de332ec30be399758dc.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
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, 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;