1
0
Fork 0
forked from len0rd/rockbox

First audio codec playback attempt by Miikka Pekkarinen

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6574 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-06-05 23:05:10 +00:00
parent b1e1e44041
commit 1c497e6045
20 changed files with 2266 additions and 153 deletions

View file

@ -35,4 +35,7 @@ playergfx.c
#endif
#if CONFIG_HWCODEC == MASNONE /* software codec platforms */
xxx2wav.c
#ifdef IRIVER_H100
codeclib.c
#endif
#endif