comparison src/audio/dsp/SDL_dspaudio.c @ 1:cf2af46e9e2a

Changes since SDL 1.2.0 release
author Sam Lantinga <slouken@lokigames.com>
date Thu, 26 Apr 2001 16:50:19 +0000
parents 74212992fb08
children d3bc792e136d
comparison
equal deleted inserted replaced
0:74212992fb08 1:cf2af46e9e2a
44 #include <sys/soundcard.h> 44 #include <sys/soundcard.h>
45 #endif 45 #endif
46 #ifdef __FreeBSD__ 46 #ifdef __FreeBSD__
47 #include <machine/soundcard.h> 47 #include <machine/soundcard.h>
48 #endif 48 #endif
49 #ifdef __OpenBSD__
50 #include <soundcard.h>
51 #endif
49 #ifdef __USLC__ 52 #ifdef __USLC__
50 #include <sys/soundcard.h> 53 #include <sys/soundcard.h>
51 #endif 54 #endif
52 55
53 #include "SDL_audio.h" 56 #include "SDL_audio.h"