diff options
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index a8272b4..11e425f 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -27,6 +27,9 @@ metronome.c #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR) wavplay.c #endif +#if (CONFIG_CODEC == MAS3587F) && !defined(SIMULATOR) +wavrecord.c +#endif #ifndef IRIVER_IFP7XX_SERIES /* Temporarily disable plugins for iFP7xx */ dice.c |