equal
deleted
inserted
replaced
34 #include "SDL_audio.h" |
34 #include "SDL_audio.h" |
35 #include "../SDL_audiomem.h" |
35 #include "../SDL_audiomem.h" |
36 #include "../SDL_audio_c.h" |
36 #include "../SDL_audio_c.h" |
37 #include "SDL_artsaudio.h" |
37 #include "SDL_artsaudio.h" |
38 |
38 |
39 #if SDL_AUDIO_DRIVER_ARTS_DYNAMIC |
39 #ifdef SDL_AUDIO_DRIVER_ARTS_DYNAMIC |
40 #include "SDL_name.h" |
40 #include "SDL_name.h" |
41 #include "SDL_loadso.h" |
41 #include "SDL_loadso.h" |
42 #else |
42 #else |
43 #define SDL_NAME(X) X |
43 #define SDL_NAME(X) X |
44 #endif |
44 #endif |
45 |
45 |
46 #if SDL_AUDIO_DRIVER_ARTS_DYNAMIC |
46 #ifdef SDL_AUDIO_DRIVER_ARTS_DYNAMIC |
47 |
47 |
48 static const char *arts_library = SDL_AUDIO_DRIVER_ARTS_DYNAMIC; |
48 static const char *arts_library = SDL_AUDIO_DRIVER_ARTS_DYNAMIC; |
49 static void *arts_handle = NULL; |
49 static void *arts_handle = NULL; |
50 |
50 |
51 /* !!! FIXME: I hate this SDL_NAME clutter...it makes everything so messy! */ |
51 /* !!! FIXME: I hate this SDL_NAME clutter...it makes everything so messy! */ |