diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-02-16 21:43:57 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-02-16 21:43:57 +0000 |
| commit | b64d95fe855901e66cac71973c8ec4b3ca50c55f (patch) | |
| tree | bad16b58ae6732da07b7605c39afce777535a9b1 /apps/plugins/SOURCES | |
| parent | dbf7f51cf26b75c5aa4fc7c5aa39535bfc4fec48 (diff) | |
| download | rockbox-b64d95fe855901e66cac71973c8ec4b3ca50c55f.zip rockbox-b64d95fe855901e66cac71973c8ec4b3ca50c55f.tar.gz rockbox-b64d95fe855901e66cac71973c8ec4b3ca50c55f.tar.bz2 rockbox-b64d95fe855901e66cac71973c8ec4b3ca50c55f.tar.xz | |
Add flac2wav decoder - hardcoded output is /flactest.wav
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5989 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index caa77f0..abdc104 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -66,4 +66,5 @@ alpine_cdc.c #if CONFIG_HWCODEC == MASNONE /* software codec platforms */ mpa2wav.c a52towav.c +flac2wav.c #endif |