SDL/src/audio
Sam Lantinga 0b61527eaa Date: Sun, 29 Feb 2004 20:28:27 +0200
From: Martin_Storsj
Subject: Slight bug in ESD and aRts

When I experimented with the ALSA-patch, I found a slight bug in the
Load{ESD,ARTS}Library-functions. The check of whether a function pointer
was correctly loaded looks like this right now:

*esd_functions[i].func = SDL_LoadFunction(esd_handle,
esd_functions[i].name);
if ( ! esd_functions[i].func )

Isn't that supposed to be ( ! *esd_functions[i].func )?
2004-03-02 12:45:22 +00:00
..
alsa Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
amigaos Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
arts Date: Sun, 29 Feb 2004 20:28:27 +0200 2004-03-02 12:45:22 +00:00
baudio Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
dc Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
disk Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
dma Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
dmedia Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
dsp Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
esd Date: Sun, 29 Feb 2004 20:28:27 +0200 2004-03-02 12:45:22 +00:00
macrom Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
mint Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
mme Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
nas Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
nto Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
openbsd Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
paudio Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
riscos Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
sun Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
ums Initial revision 2001-04-26 16:45:43 +00:00
windib Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
windx5 Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
.cvsignore Initial revision 2001-04-26 16:45:43 +00:00
Makefile.am Added audio and CD-ROM support for OSF/Tru64 (thanks Hayashi!) 2003-07-22 14:01:21 +00:00
SDL_audio_c.h Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_audio.c Simplify code and clean up Valgrind warning 2004-02-11 07:26:29 +00:00
SDL_audiocvt.c Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_audiodev_c.h Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_audiodev.c Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_audiomem.c Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_audiomem.h Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_mixer_m68k.c Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_mixer_m68k.h Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_mixer_MMX_VC.c Greatly simplified the SDL CPU info code 2003-11-24 09:22:12 +00:00
SDL_mixer_MMX_VC.h Greatly simplified the SDL CPU info code 2003-11-24 09:22:12 +00:00
SDL_mixer_MMX.c Added MMX audio mixing code for gcc (thanks Stephane!) 2002-11-09 06:13:28 +00:00
SDL_mixer_MMX.h Added MMX audio mixing code for gcc (thanks Stephane!) 2002-11-09 06:13:28 +00:00
SDL_mixer.c Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_sysaudio.h Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_wave.c Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00
SDL_wave.h Updated copyright information for 2004 (Happy New Year!) 2004-01-04 16:49:27 +00:00