Mercurial > sdl-ios-xcode
comparison src/audio/dmedia/SDL_irixaudio.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 |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
23 /* Allow access to a raw mixing buffer (For IRIX 6.5 and higher) */ | 23 /* Allow access to a raw mixing buffer (For IRIX 6.5 and higher) */ |
24 /* patch for IRIX 5 by Georg Schwarz 18/07/2004 */ | 24 /* patch for IRIX 5 by Georg Schwarz 18/07/2004 */ |
25 | 25 |
26 #include "SDL_timer.h" | 26 #include "SDL_timer.h" |
27 #include "SDL_audio.h" | 27 #include "SDL_audio.h" |
28 #include "SDL_audiomem.h" | 28 #include "../SDL_audiomem.h" |
29 #include "SDL_audio_c.h" | 29 #include "../SDL_audio_c.h" |
30 #include "SDL_irixaudio.h" | 30 #include "SDL_irixaudio.h" |
31 | 31 |
32 | 32 |
33 #ifndef AL_RESOURCE /* as a test whether we use the old IRIX audio libraries */ | 33 #ifndef AL_RESOURCE /* as a test whether we use the old IRIX audio libraries */ |
34 #define OLD_IRIX_AUDIO | 34 #define OLD_IRIX_AUDIO |