summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index e0f1c5ba83..27dfc757be 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -105,7 +105,6 @@ nim.c
105#endif /* HAVE_LCD_CHARCELLS */ 105#endif /* HAVE_LCD_CHARCELLS */
106 106
107#if CONFIG_CODEC == SWCODEC /* software codec platforms */ 107#if CONFIG_CODEC == SWCODEC /* software codec platforms */
108iriverify.c
109mp3_encoder.c 108mp3_encoder.c
110midi2wav.c 109midi2wav.c
111wav2wv.c 110wav2wv.c
@@ -116,4 +115,9 @@ alpine_cdc.c
116splitedit.c 115splitedit.c
117#endif /* CONFIG_CODEC */ 116#endif /* CONFIG_CODEC */
118 117
118/* Platform-specific plugins */
119#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
120iriverify.c
121#endif
122
119#endif /* iFP7xx */ 123#endif /* iFP7xx */