Mercurial > sdl-ios-xcode
diff src/audio/dma/SDL_dmaaudio.c @ 35:d3bc792e136d
Added detection of Open Sound System on Solaris x86
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Wed, 23 May 2001 00:36:17 +0000 |
parents | cf2af46e9e2a |
children | dab667b72ccc |
line wrap: on
line diff
--- a/src/audio/dma/SDL_dmaaudio.c Wed May 23 00:06:08 2001 +0000 +++ b/src/audio/dma/SDL_dmaaudio.c Wed May 23 00:36:17 2001 +0000 @@ -39,21 +39,7 @@ #include <sys/ioctl.h> #include <sys/stat.h> #include <sys/mman.h> -#ifdef linux -#include <linux/soundcard.h> -#endif -#ifdef __bsdi__ #include <sys/soundcard.h> -#endif -#ifdef __FreeBSD__ -#include <machine/soundcard.h> -#endif -#ifdef __OpenBSD__ -#include <soundcard.h> -#endif -#ifdef __USLC__ -#include <sys/soundcard.h> -#endif #ifndef MAP_FAILED #define MAP_FAILED ((Uint8 *)-1)