changeset 3844:332a59e39ce1 SDL-ryan-multiple-audio-device

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. :)
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 17 Oct 2006 06:45:17 +0000
parents ce229f6b5ce0
children ee5dfa7f7993
files src/audio/sun/SDL_sunaudio.c src/audio/ums/SDL_umsaudio.c
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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