# HG changeset patch # User Ryan C. Gordon # Date 1161067517 0 # Node ID 332a59e39ce183bbac5397303b87f6971a3626cc # Parent ce229f6b5ce011cc2f82de0c7f3d98214c2b4b6b I really don't want to update these last two audio backends...I added an error that says if no one complains, the backends will be removed eventually. So if anyone ever wants them and they care enough to speak up, we'll know to do something about it. If no one does, that's less code to maintain. :) diff -r ce229f6b5ce0 -r 332a59e39ce1 src/audio/sun/SDL_sunaudio.c --- a/src/audio/sun/SDL_sunaudio.c Tue Oct 17 06:42:06 2006 +0000 +++ b/src/audio/sun/SDL_sunaudio.c Tue Oct 17 06:45:17 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 diff -r ce229f6b5ce0 -r 332a59e39ce1 src/audio/ums/SDL_umsaudio.c --- a/src/audio/ums/SDL_umsaudio.c Tue Oct 17 06:42:06 2006 +0000 +++ b/src/audio/ums/SDL_umsaudio.c Tue Oct 17 06:45:17 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