Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 267:9810e6794301
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 07 Mar 2002 08:46:05 +0000 |
parents | 87ef8f3e9484 |
children | e11b87a3ec91 |
comparison
equal
deleted
inserted
replaced
266:7507d2c15281 | 267:9810e6794301 |
---|---|
1 /* | 1 /* |
2 * CHANGELOG. | 2 * CHANGELOG. |
3 */ | 3 */ |
4 | 4 |
5 03072002 - decoders/mpglib.c now disregards ID3 tags instead of passing them | |
6 on as valid MP3 data to mpglib. | |
5 03032002 - Fixed mpglib's build configuration to include general build flags | 7 03032002 - Fixed mpglib's build configuration to include general build flags |
6 so that things like --enable-debug work as expected. | 8 so that things like --enable-debug work as expected. |
7 02212002 - Changed SMPEG's URL to point to the icculus.org site. Added an | 9 02212002 - Changed SMPEG's URL to point to the icculus.org site. Added an |
8 mpglib decoder (internal to SDL_sound; relies on no external libs) | 10 mpglib decoder (internal to SDL_sound; relies on no external libs) |
9 and changes mp3.c to smpeg.c (and other associated things). | 11 and changes mp3.c to smpeg.c (and other associated things). |