diff options
author | Chris Robinson <[email protected]> | 2008-12-07 01:05:39 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-12-07 01:05:39 -0800 |
commit | 8b54d59b8c201c90da4ec45bf81d7a945b143d10 (patch) | |
tree | 2220615745b345427f96274a91fd56c31527653f /Alc/ALc.c | |
parent | f6a4dbabdda352385073bf5cf404a0c8e29da918 (diff) |
Add an SDL backend
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -67,6 +67,9 @@ static struct { #ifdef HAVE_WINMM { "winmm", alcWinMMInit, EmptyFuncs }, #endif +#ifdef HAVE_SDL + { "sdl", alc_sdl_init, EmptyFuncs }, +#endif { "wave", alc_wave_init, EmptyFuncs }, |