e37e6d06d1
<rxg@ms25.url.com.tw>, the maintainer of this package). Changes are bugfixes, and use of the native NetBSD sound API instead of OSS emulation.
15 lines
312 B
Text
15 lines
312 B
Text
$NetBSD: patch-aa,v 1.4 2000/10/18 11:22:44 rh Exp $
|
|
|
|
--- ../audioIO.c.orig Sat May 31 23:47:58 1997
|
|
+++ ../audioIO.c Sun Oct 1 15:47:54 2000
|
|
@@ -6,6 +6,10 @@
|
|
#include "audioIO_Linux.c"
|
|
#endif
|
|
|
|
+#ifdef OS_NetBSD
|
|
+ #include "audioIO_NetBSD.c"
|
|
+#endif
|
|
+
|
|
#ifdef OS_BSD
|
|
#include "audioIO_Linux.c"
|
|
#endif
|