comparison TODO @ 405:4ad617261a91

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 18 Jul 2002 07:08:23 +0000
parents ea5c61aeb891
children ff3ec3c6cdde
comparison
equal deleted inserted replaced
404:456e38cca681 405:4ad617261a91
1 More immediate (needed for 1.0 release): 1 More immediate (needed for 1.0 release):
2 - Fix the crappy rewind implementation in shn.c's SHN_rewind(). 2 - Fix the crappy rewind implementation in shn.c's SHN_rewind().
3 - Finish implementing seek() method in decoders, see below. 3 - Finish implementing seek() method in decoders, see below.
4 - Add a sdlsound-config script? 4 - Add a sdlsound-config script?
5 - Clean out FIXMEs. Either fix them or determine they aren't a problem. 5 - Clean out FIXMEs. Either fix them or determine they aren't a problem.
6 - Make sure we can build shared libs on Cygwin, BeOS, Mac OS X...
6 7
7 Decoders still needing seek() method: 8 Decoders still needing seek() method:
8 (If decoder can't seek, clean up the stub and report an error.) 9 (If decoder can't seek, clean up the stub and report an error.)
9 - mikmod.c 10 - mikmod.c
10 - shn.c 11 - shn.c