# HG changeset patch # User Ryan C. Gordon # Date 1002505499 0 # Node ID 4331b1b7e7dbf92a93a4111ff70a981f5823b5eb # Parent bd224f22e6b24a12c0c4af069fc2da7c0ba47be1 Updated. diff -r bd224f22e6b2 -r 4331b1b7e7db CHANGELOG --- a/CHANGELOG Mon Oct 08 01:40:42 2001 +0000 +++ b/CHANGELOG Mon Oct 08 01:44:59 2001 +0000 @@ -80,6 +80,9 @@ the other decoders. 10052001 - Removed #include "SDL_endian" from aiff.c. 10062001 - Made a change to SDL_sound.c for compiling on non-GNU toolchains. +10072001 - Changed the way decoders/mod.c handles samplerate so that it should + work universally. This isn't an idea solution, but it's probably + the best we can do without rewriting mikmod. --ryan. (icculus@clutteredmind.org)