diff options
author | Nils Wallménius <nils@rockbox.org> | 2007-09-24 15:57:32 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2007-09-24 15:57:32 +0000 |
commit | 0e49605aaae01722a618dfdc64a328cc0e92bc04 (patch) | |
tree | e3241b18fae86271c5f3f9e18f819dc9c2ea29f3 /apps/plugins/SOURCES | |
parent | e24975a35fbf564966b73dbaef766e215f7427d4 (diff) |
Move all of midiplay into its subdir and add a Makefile for it, add header files as necessary.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14841 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r-- | apps/plugins/SOURCES | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 8479cd8b9b..0c615ef363 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -122,7 +122,6 @@ nim.c #if CONFIG_CODEC == SWCODEC /* software codec platforms */ mp3_encoder.c -midiplay.c wav2wv.c #else /* hardware codec platforms */ #ifndef HAVE_MMC /* not for Ondio, has no remote control pin */ |