diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-03-31 19:51:12 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-03-31 19:51:12 +0000 |
| commit | 75af9a9e99010e582a923a1be8d924788b407004 (patch) | |
| tree | a6bb1cef000833c827ef6aa69bf7db30e49ae58d /apps/plugins | |
| parent | 335a20d141765b04dc650dd80fb9d7faf98d7c06 (diff) | |
| download | rockbox-75af9a9e99010e582a923a1be8d924788b407004.zip rockbox-75af9a9e99010e582a923a1be8d924788b407004.tar.gz rockbox-75af9a9e99010e582a923a1be8d924788b407004.tar.bz2 rockbox-75af9a9e99010e582a923a1be8d924788b407004.tar.xz | |
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
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/SOURCES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index e0f1c5b..27dfc75 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 */ |