summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/sexypsf/files/sexypsf-0.4.6-xmms.patch')
-rw-r--r--media-sound/sexypsf/files/sexypsf-0.4.6-xmms.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-sound/sexypsf/files/sexypsf-0.4.6-xmms.patch b/media-sound/sexypsf/files/sexypsf-0.4.6-xmms.patch
new file mode 100644
index 000000000000..dbafadf01742
--- /dev/null
+++ b/media-sound/sexypsf/files/sexypsf-0.4.6-xmms.patch
@@ -0,0 +1,12 @@
+diff -Naur sexypsf.orig/xmms/xmms.c sexypsf/xmms/xmms.c
+--- sexypsf.orig/xmms/xmms.c 2004-09-01 22:36:11.000000000 -0700
++++ sexypsf/xmms/xmms.c 2004-10-07 16:47:33.549594720 -0700
+@@ -101,7 +101,7 @@
+ }
+
+ static pthread_t dethread;
+-void sexyd_update(char *Buffer, int count)
++void sexyd_update(unsigned char *Buffer, long count)
+ {
+ if(count)
+ sexy_ip.add_vis_pcm(sexy_ip.output->written_time(), FMT_S16_NE, 2, count/4, Buffer);