From 02eaeafcb67c1caf73aa0e362901c7197a53c561 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 16 Feb 2005 01:38:22 +0000 Subject: 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 --- apps/plugins/SOURCES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugins/SOURCES') 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 /* not for Ondio, has no remote control pin */ alpine_cdc.c #endif + +#if SOFTWARECODECS == yes +mpa2wav.c +#endif -- cgit v1.2.3