Mercurial > SDL_sound_CoreAudio
changeset 240:ff6e66f54ece
fixed decoders/Makefile.am
author | fingolfin |
---|---|
date | Wed, 23 Jan 2002 20:00:51 +0000 |
parents | 30e21a90f3b1 |
children | f62f7d58e4f4 |
files | CHANGELOG decoders/Makefile.am |
diffstat | 2 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Sun Jan 20 21:24:17 2002 +0000 +++ b/CHANGELOG Wed Jan 23 20:00:51 2002 +0000 @@ -2,7 +2,9 @@ * CHANGELOG. */ -01192001 - Torbjörn sent in patches implementing the rewind method for the +01232002 - Fixed decoders/Makefile.am to work with seperate build directories. + 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 reason why SMPEG can't decode before calling SDL_OpenAudio(), and @@ -11,7 +13,7 @@ Mutex-protected the internal samples list, and fixed some bugs in the management of that list. Changed some stuff to use uniform coding conventions. -01182001 - SDL_sound/playsound builds and runs on BeOS now. Fixed an assertion +01182002 - SDL_sound/playsound builds and runs on BeOS now. Fixed an assertion bug I introduced yesterday. 01172002 - Implemented Sound_Rewind(), and added a --loop command line to playsound for testing. Rewrote the audio callback to handle looping