Mercurial > sdl-ios-xcode
diff src/audio/dsp/SDL_dspaudio.c @ 1361:19418e4422cb
New configure-based build system. Still work in progress, but much improved
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Feb 2006 10:11:48 +0000 |
parents | c71e05b4dc2e |
children | d910939febfa |
line wrap: on
line diff
--- a/src/audio/dsp/SDL_dspaudio.c Fri Feb 10 07:29:08 2006 +0000 +++ b/src/audio/dsp/SDL_dspaudio.c Thu Feb 16 10:11:48 2006 +0000 @@ -34,7 +34,10 @@ #include <sys/time.h> #include <sys/ioctl.h> #include <sys/stat.h> -#ifdef OSS_USE_SOUNDCARD_H + +#include "SDL_config.h" + +#if SDL_AUDIO_DRIVER_OSS_SOUNDCARD_H /* This is installed on some systems */ #include <soundcard.h> #else @@ -44,9 +47,9 @@ #include "SDL_timer.h" #include "SDL_audio.h" -#include "SDL_audiomem.h" -#include "SDL_audio_c.h" -#include "SDL_audiodev_c.h" +#include "../SDL_audiomem.h" +#include "../SDL_audio_c.h" +#include "../SDL_audiodev_c.h" #include "SDL_dspaudio.h" /* The tag name used by DSP audio */