- Added an SDL output plugin, so FMOD can produce sound using SDL's audio

support instead of its own OSS/ALSA/ESD support. This is selectable by
  setting snd_output to "sdl".



SVN r1473 (trunk)
This commit is contained in:
Randy Heit 2009-03-11 04:56:43 +00:00
commit aee99c2bd0
5 changed files with 39 additions and 2 deletions

View file

@ -1218,6 +1218,7 @@ static valueenum_t Outputs[] =
#elif defined(unix)
{ "OSS", "OSS" },
{ "ALSA", "ALSA" },
{ "SDL", "SDL" },
{ "ESD", "ESD" },
#elif defined(__APPLE__)
{ "Sound Manager", "Sound Manager" },