From 90ce5d0f2e78d625bb4ef11ad2e75799a676a5df Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 17 Oct 2006 06:45:17 +0000 Subject: [PATCH] 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. :) --- src/audio/sun/SDL_sunaudio.c | 5 +++++ src/audio/ums/SDL_umsaudio.c | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/src/audio/sun/SDL_sunaudio.c b/src/audio/sun/SDL_sunaudio.c index 8d3594e46..7124b0c71 100644 --- a/src/audio/sun/SDL_sunaudio.c +++ b/src/audio/sun/SDL_sunaudio.c @@ -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 --git a/src/audio/ums/SDL_umsaudio.c b/src/audio/ums/SDL_umsaudio.c index 7dbad9b3d..3bdb414b5 100644 --- a/src/audio/ums/SDL_umsaudio.c +++ b/src/audio/ums/SDL_umsaudio.c @@ -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