summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/SOURCES
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-02-16 18:51:21 +0000
committerDave Chapman <dave@dchapman.com>2005-02-16 18:51:21 +0000
commit9b32a1988f848145d96ba2be8cba86e837196df3 (patch)
tree006a5e22ffbc054a1504f69c14567ad6e7707236 /apps/plugins/lib/SOURCES
parent711f763a127b5be80018c49db333841178103913 (diff)
downloadrockbox-9b32a1988f848145d96ba2be8cba86e837196df3.tar.gz
rockbox-9b32a1988f848145d96ba2be8cba86e837196df3.zip
Move contents of plugins/xxx2wav.h into the plugin library
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5982 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib/SOURCES')
-rw-r--r--apps/plugins/lib/SOURCES3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES
index 8bd47a25b0..0e8e14cbdf 100644
--- a/apps/plugins/lib/SOURCES
+++ b/apps/plugins/lib/SOURCES
@@ -33,3 +33,6 @@ gray_verline.c
33#ifdef HAVE_LCD_CHARCELLS 33#ifdef HAVE_LCD_CHARCELLS
34playergfx.c 34playergfx.c
35#endif 35#endif
36#if CONFIG_HWCODEC == MASNONE /* software codec platforms */
37xxx2wav.c
38#endif