Sweden-Number/multimedia
Todd Vierling ecc7669dfc - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in
(run autoconf after this).  Note that the check has been altered to break
  out of the AC_CHECK_HEADERS after the first match - this is so
  <sys/soundcard.h>, if found on NetBSD (a `real' OSS), will not conflict
  with the emulated ossaudio.
- check for <soundcard.h> along with the other two in a mutually-exclusive
  manner in the various *.c files that need it; change include of
  "mmsystem.h" to "multimedia.h" so this logic is all in one place
- change mcicda.c to allow for CD audio manipulation on NetBSD.  This
  includes:
  * changing ioctl() calls to be NON-SPLIT with exactly 3 args; on NetBSD
    ossaudio, ioctl() is #defined to be _oss_ioctl by <soundcard.h>, and
    neither splitting with #-directives nor a two-arg ioctl work;
  * changing the #if logic to allow both FreeBSD and NetBSD to share the
    appropriate code blocks
- block out MIDI code for NetBSD (init.c) and/or missing SNDCTL_MIDI_INFO
  (midi.c, mcimidi.c).  NetBSD's OSS emulation does not (yet) support MIDI.
Thanks go to mycroft@netbsd.org for the 99% bulk of this work.
1998-12-15 17:49:02 +00:00
..
.cvsignore Initial revision 1998-10-04 18:02:24 +00:00
Makefile.in Added mcimidi and mciwave. 1998-11-24 18:13:12 +00:00
audio.c - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in 1998-12-15 17:49:02 +00:00
dplay.c Compile fix for Solaris. 1998-10-17 12:56:00 +00:00
dsound.c - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in 1998-12-15 17:49:02 +00:00
init.c - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in 1998-12-15 17:49:02 +00:00
joystick.c egcs 'ambiguous else' warnings fixes. 1998-11-01 19:27:22 +00:00
mcianim.c Added some error checking ; made use of new 16/32 MCI message handling 1998-11-24 14:34:29 +00:00
mcicda.c - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in 1998-12-15 17:49:02 +00:00
mcimidi.c - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in 1998-12-15 17:49:02 +00:00
mcistring.c Made use of new 16/32 MCI message handling in mmsystem.c. 1998-11-24 15:08:41 +00:00
mciwave.c Fixed memory/status recovery when error occured in WAVE_mciOpen. 1998-12-01 08:27:22 +00:00
midi.c - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in 1998-12-15 17:49:02 +00:00
midipatch.c Release 980927 1998-09-27 18:28:36 +00:00
mixer.c - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in 1998-12-15 17:49:02 +00:00
mmaux.c - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in 1998-12-15 17:49:02 +00:00
mmio.c Added some missing stubs in 32 bit part. 1998-11-24 15:27:43 +00:00
mmsystem.c Fixed a heap bug. 1998-12-07 10:56:40 +00:00
msvideo.c Stubs for MCIWndCreate[A|W]. 1998-12-01 08:26:45 +00:00
time.c Some unnecessary #include and messages removed. 1998-12-09 11:06:00 +00:00