Mercurial > sdl-ios-xcode
diff src/audio/sun/SDL_sunaudio.c @ 2049:5f6550e5184f
Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 17 Oct 2006 09:15:21 +0000 |
parents | 152dcc2f089f |
children | 99210400e8b9 |
line wrap: on
line diff
--- a/src/audio/sun/SDL_sunaudio.c Sun Oct 01 16:10:41 2006 +0000 +++ b/src/audio/sun/SDL_sunaudio.c Tue Oct 17 09:15:21 2006 +0000 @@ -1,3 +1,8 @@ +/* I'm gambling no one uses this audio backend...we'll see who emails. :) */ +#error this code has not been updated for SDL 1.3. +#error if no one emails icculus at icculus.org and tells him that this +#error code is needed, this audio backend will eventually be removed from SDL. + /* SDL - Simple DirectMedia Layer Copyright (C) 1997-2006 Sam Lantinga @@ -116,7 +121,7 @@ AudioBootStrap SUNAUDIO_bootstrap = { "audio", "UNIX /dev/audio interface", - Audio_Available, Audio_CreateDevice + Audio_Available, Audio_CreateDevice, 0 }; #ifdef DEBUG_AUDIO