From 63695790b49907794256c2b1304139273662f3c2 Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Thu, 11 Nov 1999 00:05:00 +0000 Subject: Add a patch that allows xmms to play the next song in the playlist. It's pretty ugly and should be fixed properly some time. Submitted by: Jakob Alvermark --- audio/xmms/files/patch-ab | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 audio/xmms/files/patch-ab (limited to 'audio/xmms/files/patch-ab') diff --git a/audio/xmms/files/patch-ab b/audio/xmms/files/patch-ab new file mode 100644 index 000000000000..e79bff12547d --- /dev/null +++ b/audio/xmms/files/patch-ab @@ -0,0 +1,14 @@ +--- Output/OSS/audio.c.orig Thu Oct 14 09:26:06 1999 ++++ Output/OSS/audio.c Tue Sep 28 16:36:45 1999 +@@ -146,10 +146,7 @@ + audio_buf_info buf_info; + int bytes; + +- if (!ioctl(fd, SNDCTL_DSP_GETOSPACE, &buf_info)) +- bytes = ((buf_info.fragstotal - buf_info.fragments - 3) * buf_info.fragsize); +- else +- bytes = 0; ++ bytes = 0; + + if (!oss_used() && bytes <= 0) + return FALSE; -- cgit v1.2.3