Patched to compile on Linux.

(Grumble grumble, should have tested better after all the history editing...)
This commit is contained in:
Ryan C. Gordon 2011-08-05 00:48:56 -04:00
parent 67740a37fa
commit 2c03d6f4e6

View file

@ -49,9 +49,9 @@
static void
DSP_DetectDevices(int iscapture)
DSP_DetectDevices(int iscapture, SDL_AddAudioDevice addfn)
{
SDL_EnumUnixAudioDevices(iscapture, 0, NULL);
SDL_EnumUnixAudioDevices(iscapture, 0, NULL, addfn);
}