comparison src/audio/baudio/SDL_beaudio.cc @ 1367:e440d5c488c1

Fixes for BeOS and Solaris builds
author Sam Lantinga <slouken@libsdl.org>
date Fri, 17 Feb 2006 08:43:23 +0000
parents 19418e4422cb
children 376665398b25
comparison
equal deleted inserted replaced
1366:34d9df784d84 1367:e440d5c488c1
22 22
23 /* Allow access to the audio stream on BeOS */ 23 /* Allow access to the audio stream on BeOS */
24 24
25 #include <SoundPlayer.h> 25 #include <SoundPlayer.h>
26 26
27 #include "SDL_BeApp.h" 27 #include "../../main/beos/SDL_BeApp.h"
28 28
29 extern "C" { 29 extern "C" {
30 30
31 #include "SDL_audio.h" 31 #include "SDL_audio.h"
32 #include "../SDL_audio_c.h" 32 #include "../SDL_audio_c.h"
33 #include "../SDL_sysaudio.h" 33 #include "../SDL_sysaudio.h"
34 #include "../../thread/SDL_systhread_c.h" 34 #include "../../thread/beos/SDL_systhread_c.h"
35 #include "SDL_beaudio.h" 35 #include "SDL_beaudio.h"
36 36
37 37
38 /* Audio driver functions */ 38 /* Audio driver functions */
39 static int BE_OpenAudio(_THIS, SDL_AudioSpec *spec); 39 static int BE_OpenAudio(_THIS, SDL_AudioSpec *spec);