pkgsrc/audio/xmms/patches/patch-ag
rh 52f1c587ab Update xmms to 1.2.4.
Notable changes include:
	- localisation support
	- additional plugins, most notably the ability to play ogg-vorbis
	  files
	- tons of bugfixes
	- better sound buffer availability estimates for NetBSD (this
	  hopefully reduces jitter a bit on slower systems).
2001-05-20 20:52:24 +00:00

14 lines
356 B
Text

$NetBSD: patch-ag,v 1.2 2001/05/20 20:52:24 rh Exp $
--- Output/OSS/OSS.h.orig Mon May 8 23:09:16 2000
+++ Output/OSS/OSS.h
@@ -31,6 +31,9 @@
#elif defined(HAVE_MACHINE_SOUNDCARD_H)
#include <machine/soundcard.h>
#endif
+#if defined(__NetBSD__) && SOUND_VERSION <= 0x030000
+#include <sys/audioio.h>
+#endif
#include <fcntl.h>
#include <unistd.h>