# HG changeset patch # User Ryan C. Gordon # Date 1017089628 0 # Node ID 338cd6c101e38319d533a3c583d26307bdc3aa18 # Parent 7b1df752691533ac0f11b5cda93740ce09f69170 Updated. diff -r 7b1df7526915 -r 338cd6c101e3 CHANGELOG --- a/CHANGELOG Mon Mar 25 20:52:06 2002 +0000 +++ b/CHANGELOG Mon Mar 25 20:53:48 2002 +0000 @@ -2,6 +2,9 @@ * CHANGELOG. */ +03252002 - Win32 patches and fixes from Tyler Montbriand: handled "inline" + keyword, fixed SNDDBG macros in mpglib, and renamed a conflicting + file (decoders/mpglib/common.c to decoders/mpglib/mpglib_common.c). 03172002 - Removed an unneeded #include in mpglib that broke build on BeOS. mpglib seems to work find on BeOS. Reworked some of mpglib.c so we can determine the audio format when accepting the data stream. Some