Mercurial > sdl-ios-xcode
comparison src/audio/SDL_audio.c @ 37:3ad7157c6cfa
Added native OpenBSD audio driver (thanks vedge!)
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Sat, 26 May 2001 16:58:37 +0000 |
parents | d3bc792e136d |
children | 80139f9b90d8 |
comparison
equal
deleted
inserted
replaced
36:13ee9f4834ea | 37:3ad7157c6cfa |
---|---|
44 &DSP_bootstrap, | 44 &DSP_bootstrap, |
45 &DMA_bootstrap, | 45 &DMA_bootstrap, |
46 #endif | 46 #endif |
47 #ifdef ALSA_SUPPORT | 47 #ifdef ALSA_SUPPORT |
48 &ALSA_bootstrap, | 48 &ALSA_bootstrap, |
49 #endif | |
50 #ifdef __OpenBSD__ | |
51 &OBSD_bootstrap; | |
49 #endif | 52 #endif |
50 #if (defined(unix) && !defined(__CYGWIN32__)) && \ | 53 #if (defined(unix) && !defined(__CYGWIN32__)) && \ |
51 !defined(OSS_SUPPORT) && !defined(ALSA_SUPPORT) | 54 !defined(OSS_SUPPORT) && !defined(ALSA_SUPPORT) |
52 &AUDIO_bootstrap, | 55 &AUDIO_bootstrap, |
53 #endif | 56 #endif |