Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 277:d52d2166f43d
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 14 Mar 2002 16:17:28 +0000 |
parents | da9c762c55e4 |
children | dfe4a46f88f7 |
comparison
equal
deleted
inserted
replaced
276:d7d55903124c | 277:d52d2166f43d |
---|---|
1 /* | 1 /* |
2 * CHANGELOG. | 2 * CHANGELOG. |
3 */ | 3 */ |
4 | 4 |
5 03142002 - Changed configure script's --enable-vorbis to --enable-ogg. | |
5 03102002 - Added a FIXME note to decoders/mpglib.c. playsound now reports | 6 03102002 - Added a FIXME note to decoders/mpglib.c. playsound now reports |
6 errors in the thread where they occured, which also fixes a double | 7 errors in the thread where they occured, which also fixes a double |
7 report of errors during predecoding. Removed all calls to exit() in | 8 report of errors during predecoding. Removed all calls to exit() in |
8 mpglib. These calls now report errors correctly to SDL_sound, which | 9 mpglib. These calls now report errors correctly to SDL_sound, which |
9 passes them on to the application (patch also sent to mpglib's | 10 passes them on to the application (patch also sent to mpglib's |