diff options
author | Dave Chapman <dave@dchapman.com> | 2005-06-07 18:53:01 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2005-06-07 18:53:01 +0000 |
commit | 6c082a857af4200a4b1c2631deef9c01501ad04a (patch) | |
tree | ec5bc164f4a70502b884d5e72d4e643c6a45d7f7 /apps/tree.c | |
parent | 2258946855c8839f159596dfc60a63b6ccfc0347 (diff) |
First attempt at codecflac.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6597 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
-rw-r--r-- | apps/tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c index a49fb9b3ab..176add2909 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -76,6 +76,7 @@ const struct filetype filetypes[] = { { ".ogg", TREE_ATTR_MPA, File, VOICE_EXT_MPA }, { ".wma", TREE_ATTR_MPA, File, VOICE_EXT_MPA }, { ".wav", TREE_ATTR_MPA, File, VOICE_EXT_MPA }, + { ".flac", TREE_ATTR_MPA, File, VOICE_EXT_MPA }, #endif { ".m3u", TREE_ATTR_M3U, Playlist, LANG_PLAYLIST }, { ".cfg", TREE_ATTR_CFG, Config, VOICE_EXT_CFG }, |