Mercurial > SDL_sound_CoreAudio
changeset 67:78da63951b29
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 25 Sep 2001 01:47:42 +0000 |
parents | 54e10585e0cf |
children | 0b53ace8b875 |
files | CHANGELOG CREDITS TODO |
diffstat | 3 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Tue Sep 25 01:30:14 2001 +0000 +++ b/CHANGELOG Tue Sep 25 01:47:42 2001 +0000 @@ -54,7 +54,7 @@ anyhow). Renamed test_sdlsound to playsound, and made it more robust in general: fixed potential overflow in audio_callback, made it chatter less, made it take multiple files and some other - command lines. + command lines. Initial autoconf support, thanks to Max Horn. --ryan. (icculus@clutteredmind.org)
--- a/CREDITS Tue Sep 25 01:30:14 2001 +0000 +++ b/CREDITS Tue Sep 25 01:47:42 2001 +0000 @@ -19,7 +19,10 @@ MP3 fixes, AIFF driver, MikMod driver: -Torbjörn Andersson + Torbjörn Andersson + +autoconf: + Max Horn Other stuff: Your name here! Patches go to icculus@clutteredmind.org ...
--- a/TODO Tue Sep 25 01:30:14 2001 +0000 +++ b/TODO Tue Sep 25 01:47:42 2001 +0000 @@ -15,8 +15,9 @@ Decoders to implement: - .SHN - .MID -- .CDA +- .CDA (Does this need specific decoding? Or is a RWops needed?) - .AU +- An mpglib MP3 decoder? (or backend mpglib into SMPEG?) - ...and more... Ongoing: