Mercurial > SDL_sound_CoreAudio
comparison TODO @ 531:8f93b3ff2d38
Updated TODO.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 17 Apr 2008 17:43:02 +0000 |
parents | 78176684050d |
children |
comparison
equal
deleted
inserted
replaced
530:ff4ada280780 | 531:8f93b3ff2d38 |
---|---|
1 More immediate: | 1 More immediate: |
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 - Make sure we can build shared libs on Cygwin, BeOS, Mac OS X... | 5 - Make sure we can build shared libs on Cygwin, BeOS, Mac OS X... |
6 - Move to CMake | |
7 - Up default optimizations to -O3? | |
6 | 8 |
7 Decoders still needing seek() method: | 9 Decoders still needing seek() method: |
8 (If decoder can't seek, clean up the stub and report an error.) | 10 (If decoder can't seek, clean up the stub and report an error.) |
9 - mikmod.c | 11 - mikmod.c |
10 - shn.c | 12 - shn.c |