# HG changeset patch # User Ryan C. Gordon # Date 1001382462 0 # Node ID 78da63951b29d34696956de1517314599fd82b0b # Parent 54e10585e0cfa734d4a7fffd8c86c80531653f6d Updated. diff -r 54e10585e0cf -r 78da63951b29 CHANGELOG --- 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) diff -r 54e10585e0cf -r 78da63951b29 CREDITS --- 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 ... diff -r 54e10585e0cf -r 78da63951b29 TODO --- 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: