commit | 0e49605aaae01722a618dfdc64a328cc0e92bc04 | [log] [tgz] |
---|---|---|
author | Nils Wallménius <nils@rockbox.org> | Mon Sep 24 15:57:32 2007 +0000 |
committer | Nils Wallménius <nils@rockbox.org> | Mon Sep 24 15:57:32 2007 +0000 |
tree | e3241b18fae86271c5f3f9e18f819dc9c2ea29f3 | |
parent | e24975a35fbf564966b73dbaef766e215f7427d4 [diff] [blame] |
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
diff --git a/apps/plugins/midi/SOURCES b/apps/plugins/midi/SOURCES new file mode 100644 index 0000000..74c0bf1 --- /dev/null +++ b/apps/plugins/midi/SOURCES
@@ -0,0 +1,6 @@ +midifile.c +midiutil.c +sequencer.c +guspat.c +synth.c +midiplay.c