diff options
author | Chris Robinson <[email protected]> | 2008-09-07 14:34:14 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-09-07 14:34:14 -0700 |
commit | 16d96eed7bc8b412f06dccfa9c01f1bb7856bb91 (patch) | |
tree | 35ce4268f45597750248fe5093022c42710e8a51 /Alc/ALc.c | |
parent | fa76168683863aeab8430110ffed58cf1041677e (diff) |
Add a Solaris playback backend
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -58,6 +58,9 @@ static struct { #ifdef HAVE_OSS { "oss", alc_oss_init, EmptyFuncs }, #endif +#ifdef HAVE_SOLARIS + { "solaris", alc_solaris_init, EmptyFuncs }, +#endif #ifdef HAVE_DSOUND { "dsound", alcDSoundInit, EmptyFuncs }, #endif |