Mercurial > SDL_sound_CoreAudio
diff CHANGELOG @ 30:66ff8562eec0
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 19 Sep 2001 14:36:11 +0000 |
parents | 06a009a1ec9e |
children | 662bacccfd2c |
line wrap: on
line diff
--- a/CHANGELOG Wed Sep 19 14:34:52 2001 +0000 +++ b/CHANGELOG Wed Sep 19 14:36:11 2001 +0000 @@ -19,7 +19,14 @@ .WAV support. Fixed Makefile so that -I. is always first; otherwise, a previously installed header might get used for the compiles, which is not good. SDL_sound.h now includes SDL_endian.h, - since SDL.h doesn't, for some reason. + since SDL.h doesn't, for some reason. Moved version defines in + SDL_sound.h to top of file so I can find them. :) + Changed version to 0.1.1. Committed patch from Tsuyoshi Iguchi to + fix a segfault (I forgot to put a NULL terminator at the end of + the available_decoders array), fixing the only bug preventing the + test program from running on FreeBSD 4.3. Sweet. Added Ogg Vorbis + decoder. Rewrote the test program's SDL audio callback to be more + robust (Ogg exposed a nasty bug in it). --ryan. (icculus@clutteredmind.org)