Mercurial > SDL_sound_CoreAudio
changeset 243:4a8d627a2326
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 04 Feb 2002 14:07:05 +0000 |
parents | 12a9c2e0b00f |
children | f8ac7389f3a0 |
files | CHANGELOG INSTALL TODO |
diffstat | 3 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Mon Feb 04 13:57:26 2002 +0000 +++ b/CHANGELOG Mon Feb 04 14:07:05 2002 +0000 @@ -2,8 +2,10 @@ * CHANGELOG. */ -01232002 - Fixed decoders/Makefile.am to work with seperate build directories. - Corrected some dates in this file. +02042002 - Darrell Walisser submitted some cleanups and CodeWarrior project + files for MacOS 9. Sweet! +01232002 - Max fixed decoders/Makefile.am to work with seperate build + directories, and corrected some dates in this file. 01192002 - Torbjörn sent in patches implementing the rewind method for the rest of the decoders except shn.c, for which I added a kludged implementation. Added more info to the README. Hunted down the
--- a/INSTALL Mon Feb 04 13:57:26 2002 +0000 +++ b/INSTALL Mon Feb 04 14:07:05 2002 +0000 @@ -24,7 +24,7 @@ Run "make install" as root to install the library for use on your system. -This should work for most Unix-style systems, including Linux, *BSD, and +This should work for most Unix-style systems, including Linux, *BSD, BeOS, and MacOS X. Reports of success and failure are welcome.
--- a/TODO Mon Feb 04 13:57:26 2002 +0000 +++ b/TODO Mon Feb 04 14:07:05 2002 +0000 @@ -3,7 +3,6 @@ General stuff TODO: - Verify portability to various Unixes (BSD, etc) -- Port to MacOS Classic. - Man pages for the API. More immediate: @@ -14,6 +13,7 @@ - Make some of the SNDDBG() strings more uniform. - Run through ElectricFence, dmalloc, etc... - Fix the crappy rewind implementation in shn.c's SHN_rewind(). +- Add a sdlsound-config script. Decoders to implement: - .CDA (Does this need specific decoding? Or is a RWops needed?)