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/SUBDIRS | |
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/SUBDIRS')
-rw-r--r-- | apps/plugins/SUBDIRS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index f537fb8965..5047d617ff 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -42,6 +42,7 @@ doom /* For all the swcodec targets */ #if CONFIG_CODEC == SWCODEC +midi mpegplayer #endif |