diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-02-16 18:51:21 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-02-16 18:51:21 +0000 |
| commit | 9b32a1988f848145d96ba2be8cba86e837196df3 (patch) | |
| tree | 006a5e22ffbc054a1504f69c14567ad6e7707236 /apps/plugins/lib/SOURCES | |
| parent | 711f763a127b5be80018c49db333841178103913 (diff) | |
| download | rockbox-9b32a1988f848145d96ba2be8cba86e837196df3.zip rockbox-9b32a1988f848145d96ba2be8cba86e837196df3.tar.gz rockbox-9b32a1988f848145d96ba2be8cba86e837196df3.tar.bz2 rockbox-9b32a1988f848145d96ba2be8cba86e837196df3.tar.xz | |
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/SOURCES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index 8bd47a2..0e8e14c 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -33,3 +33,6 @@ gray_verline.c #ifdef HAVE_LCD_CHARCELLS playergfx.c #endif +#if CONFIG_HWCODEC == MASNONE /* software codec platforms */ +xxx2wav.c +#endif |