aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-12-07 01:05:39 -0800
committerChris Robinson <[email protected]>2008-12-07 01:05:39 -0800
commit8b54d59b8c201c90da4ec45bf81d7a945b143d10 (patch)
tree2220615745b345427f96274a91fd56c31527653f /Alc/ALc.c
parentf6a4dbabdda352385073bf5cf404a0c8e29da918 (diff)
Add an SDL backend
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 13e2662c..925e4867 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -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 },