diff options
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..4435bb3f6bea --- /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 2007-02-01 12:59:50 UTC ++++ src/output/alsa-playback/xconvert.c +@@ -57,6 +57,7 @@ + + #endif + ++#define uint size_t + + struct buffer { + void *buffer; |