comparison src/audio/sun/SDL_sunaudio.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
36 #endif 36 #endif
37 #include <unistd.h> 37 #include <unistd.h>
38 38
39 #include "SDL_timer.h" 39 #include "SDL_timer.h"
40 #include "SDL_audio.h" 40 #include "SDL_audio.h"
41 #include "SDL_audiomem.h" 41 #include "../SDL_audiomem.h"
42 #include "SDL_audiodev_c.h" 42 #include "../SDL_audio_c.h"
43 #include "../SDL_audiodev_c.h"
43 #include "SDL_sunaudio.h" 44 #include "SDL_sunaudio.h"
44 #include "SDL_audio_c.h"
45 45
46 /* Open the audio device for playback, and don't block if busy */ 46 /* Open the audio device for playback, and don't block if busy */
47 #define OPEN_FLAGS (O_WRONLY|O_NONBLOCK) 47 #define OPEN_FLAGS (O_WRONLY|O_NONBLOCK)
48 48
49 /* Audio driver functions */ 49 /* Audio driver functions */