comparison CHANGELOG @ 121:4331b1b7e7db

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 08 Oct 2001 01:44:59 +0000
parents 254916e602c6
children 4996bb1ae449
comparison
equal deleted inserted replaced
120:bd224f22e6b2 121:4331b1b7e7db
78 10042001 - Changed some #if (defined SOUND_SUPPORTS_*) lines to 78 10042001 - Changed some #if (defined SOUND_SUPPORTS_*) lines to
79 #ifdef SOUND_SUPPORTS_* in voc.c and shn.c, for consistency with 79 #ifdef SOUND_SUPPORTS_* in voc.c and shn.c, for consistency with
80 the other decoders. 80 the other decoders.
81 10052001 - Removed #include "SDL_endian" from aiff.c. 81 10052001 - Removed #include "SDL_endian" from aiff.c.
82 10062001 - Made a change to SDL_sound.c for compiling on non-GNU toolchains. 82 10062001 - Made a change to SDL_sound.c for compiling on non-GNU toolchains.
83 10072001 - Changed the way decoders/mod.c handles samplerate so that it should
84 work universally. This isn't an idea solution, but it's probably
85 the best we can do without rewriting mikmod.
83 86
84 --ryan. (icculus@clutteredmind.org) 87 --ryan. (icculus@clutteredmind.org)
85 88
86 /* end of CHANGELOG ... */ 89 /* end of CHANGELOG ... */
87 90