pkgsrc/audio/xamp/patches/patch-aa
blymn fc05b70e56 * Changed the way xamp supports NetBSD, we now have our own audioIO file.
* Added support for 8bit sound cards (it sounds crappy but when it is all
  you have....)
* Fixed bug in debug mode code.
2000-06-18 11:11:51 +00:00

16 lines
346 B
Text

diff -c ../audioIO.c:1.1.1.1 xamp/audioIO.c:1.2
*** ../audioIO.c:1.1.1.1 Wed Jun 14 22:23:48 2000
--- ../audioIO.c Wed Jun 14 22:23:48 2000
***************
*** 6,11 ****
--- 6,15 ----
#include "audioIO_Linux.c"
#endif
+ #ifdef OS_NetBSD
+ #include "audioIO_NetBSD.c"
+ #endif
+
#ifdef OS_BSD
#include "audioIO_Linux.c"
#endif