summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-02-16 01:38:22 +0000
committerDave Chapman <dave@dchapman.com>2005-02-16 01:38:22 +0000
commit02eaeafcb67c1caf73aa0e362901c7197a53c561 (patch)
tree99b54e0814445ae984bf1a1dc0a4c7b0aab1a0a0 /apps/plugins/SOURCES
parent952d9d0fcf08f23f8735f512aed0179be5528ae7 (diff)
downloadrockbox-02eaeafcb67c1caf73aa0e362901c7197a53c561.tar.gz
rockbox-02eaeafcb67c1caf73aa0e362901c7197a53c561.zip
Initial check-in of mpa2wav - a test "viewer" plugin for the iRiver to convert an MPEG audio file (MP1/2/3) into a wav file (currently hard-coded to /libmadtest.wav
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5966 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index e3ef0fd194..39efee6154 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -65,3 +65,7 @@ nim.c
65/* not for Ondio, has no remote control pin */ 65/* not for Ondio, has no remote control pin */
66alpine_cdc.c 66alpine_cdc.c
67#endif 67#endif
68
69#if SOFTWARECODECS == yes
70mpa2wav.c
71#endif