summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-06-11 10:08:17 +0000
committerDave Chapman <dave@dchapman.com>2005-06-11 10:08:17 +0000
commit55ed7d7214684d53c38eb4fe293249e5d3e0ac91 (patch)
tree26432321890d0e8d616b7257807e31a2b8cc7cdd /apps/tree.c
parentc82518ce060d3da4800bcc08fffe910b37711f38 (diff)
downloadrockbox-55ed7d7214684d53c38eb4fe293249e5d3e0ac91.tar.gz
rockbox-55ed7d7214684d53c38eb4fe293249e5d3e0ac91.zip
First codeca52 (A52 aka AC3 playback) - it is already faster than realtime, with zero optimisations
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6668 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 176add2909..b52e897bc3 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -77,6 +77,7 @@ const struct filetype filetypes[] = {
77 { ".wma", TREE_ATTR_MPA, File, VOICE_EXT_MPA }, 77 { ".wma", TREE_ATTR_MPA, File, VOICE_EXT_MPA },
78 { ".wav", TREE_ATTR_MPA, File, VOICE_EXT_MPA }, 78 { ".wav", TREE_ATTR_MPA, File, VOICE_EXT_MPA },
79 { ".flac", TREE_ATTR_MPA, File, VOICE_EXT_MPA }, 79 { ".flac", TREE_ATTR_MPA, File, VOICE_EXT_MPA },
80 { ".ac3", TREE_ATTR_MPA, File, VOICE_EXT_MPA },
80#endif 81#endif
81 { ".m3u", TREE_ATTR_M3U, Playlist, LANG_PLAYLIST }, 82 { ".m3u", TREE_ATTR_M3U, Playlist, LANG_PLAYLIST },
82 { ".cfg", TREE_ATTR_CFG, Config, VOICE_EXT_CFG }, 83 { ".cfg", TREE_ATTR_CFG, Config, VOICE_EXT_CFG },