Mercurial > SDL_sound_CoreAudio
changeset 300:338cd6c101e3
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 25 Mar 2002 20:53:48 +0000 |
parents | 7b1df7526915 |
children | ca43129df299 |
files | CHANGELOG |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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