Added native OpenBSD audio driver (thanks vedge!)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4038
This commit is contained in:
Sam Lantinga 2001-05-26 16:58:37 +00:00
parent a95fb10027
commit 6a24b323f5
9 changed files with 581 additions and 7 deletions

View file

@ -47,6 +47,9 @@ static AudioBootStrap *bootstrap[] = {
#ifdef ALSA_SUPPORT
&ALSA_bootstrap,
#endif
#ifdef __OpenBSD__
&OBSD_bootstrap;
#endif
#if (defined(unix) && !defined(__CYGWIN32__)) && \
!defined(OSS_SUPPORT) && !defined(ALSA_SUPPORT)
&AUDIO_bootstrap,