Added detection of Open Sound System on Solaris x86
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4036
This commit is contained in:
parent
0445aeab47
commit
09112109c3
6 changed files with 14 additions and 52 deletions
|
@ -37,21 +37,7 @@ static char rcsid =
|
|||
#include <sys/time.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/stat.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
|
||||
|
||||
#include "SDL_audio.h"
|
||||
#include "SDL_error.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue