comparison TODO @ 228:daa18455baf9

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 19 Jan 2002 02:44:25 +0000
parents 3b4415a39466
children aa4137f121e4
comparison
equal deleted inserted replaced
227:7e74765ad928 228:daa18455baf9
13 SDL...) Figure out if this can be fixed. 13 SDL...) Figure out if this can be fixed.
14 - in Sound_NewSample*, if a decoder is selected by file extension and 14 - in Sound_NewSample*, if a decoder is selected by file extension and
15 fails, it should not be tried again when going through the rest of the 15 fails, it should not be tried again when going through the rest of the
16 decoders. Or should we just opt to give up if the specified decoder 16 decoders. Or should we just opt to give up if the specified decoder
17 fails? 17 fails?
18 - Rename the "test" directory to "playsound".
19 - Have the default "make" build playsound, and "make install" install it.
20 - Update the Visual C project files. 18 - Update the Visual C project files.
21 19
22 General stuff TODO: 20 General stuff TODO:
23 - Verify portability to various Unixes (BSD, etc) 21 - Verify portability to various Unixes (BSD, etc)
24 - Port to MacOS Classic. 22 - Port to MacOS Classic.