From 75af9a9e99010e582a923a1be8d924788b407004 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Fri, 31 Mar 2006 19:51:12 +0000 Subject: Only compile iriverify for the iriver H1x0 and H3x0 targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9393 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SOURCES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 #endif /* HAVE_LCD_CHARCELLS */ #if CONFIG_CODEC == SWCODEC /* software codec platforms */ -iriverify.c mp3_encoder.c midi2wav.c wav2wv.c @@ -116,4 +115,9 @@ alpine_cdc.c splitedit.c #endif /* CONFIG_CODEC */ +/* Platform-specific plugins */ +#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES) +iriverify.c +#endif + #endif /* iFP7xx */ -- cgit v1.2.3