Add flac2wav decoder - hardcoded output is /flactest.wav

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5989 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2005-02-16 21:43:57 +00:00
parent dbf7f51cf2
commit b64d95fe85
4 changed files with 4 additions and 1 deletions

View file

@ -66,4 +66,5 @@ alpine_cdc.c
#if CONFIG_HWCODEC == MASNONE /* software codec platforms */
mpa2wav.c
a52towav.c
flac2wav.c
#endif