diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2012-12-10 11:06:14 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2012-12-10 11:06:14 +0000 |
commit | 13541a38cad825ec7932b2044ced4995ca298d8f (patch) | |
tree | 802438cb64e9afcf8ab907cb2adb3512d2fbf786 /audio/last.fm/files/patch-src-output-alsa-playback-xconvert.c | |
parent | Extend the options framework providing 2 new macros: (diff) |
Update to 1.5.4.26862
Tested by: Rainer Hurling <rhurlin@gwdg.de>,
ajtiM <lumiwa@gmail.com>
Diffstat (limited to 'audio/last.fm/files/patch-src-output-alsa-playback-xconvert.c')
-rw-r--r-- | audio/last.fm/files/patch-src-output-alsa-playback-xconvert.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/last.fm/files/patch-src-output-alsa-playback-xconvert.c b/audio/last.fm/files/patch-src-output-alsa-playback-xconvert.c new file mode 100644 index 000000000000..385a3b6a823c --- /dev/null +++ b/audio/last.fm/files/patch-src-output-alsa-playback-xconvert.c @@ -0,0 +1,10 @@ +--- src/output/alsa-playback/xconvert.c.orig 2012-12-02 14:30:50.000000000 +0100 ++++ src/output/alsa-playback/xconvert.c 2012-12-02 14:33:58.000000000 +0100 +@@ -57,6 +57,7 @@ + + #endif + ++#define uint size_t + + struct buffer { + void *buffer; |