# HG changeset patch # User Ryan C. Gordon # Date 1002566960 0 # Node ID 4996bb1ae449ca99f89fc5d927509e6c6ab40a0f # Parent 095a066b2cd2bd34d8412a14e68b883ca606bad4 Updated. diff -r 095a066b2cd2 -r 4996bb1ae449 CHANGELOG --- a/CHANGELOG Mon Oct 08 01:46:24 2001 +0000 +++ b/CHANGELOG Mon Oct 08 18:49:20 2001 +0000 @@ -82,7 +82,8 @@ 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. + the best we can do without rewriting mikmod. Made a change to ogg.c + for portability: changed an int64_t to ogg_int64_t. --ryan. (icculus@clutteredmind.org)