diff options
Diffstat (limited to 'apps/plugins/SUBDIRS')
| -rw-r--r-- | apps/plugins/SUBDIRS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index d02073e..a1f80a7 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -95,3 +95,10 @@ mpegplayer #if PLUGIN_BUFFER_SIZE >= 0x80000 lua #endif + +#if defined(IRIVER_H300_SERIES) || (CONFIG_KEYPAD == IPOD_4G_PAD) || \ + (CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD) || \ + (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) || (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) +/* xrick is confirmed to run on these player models. */ +xrick +#endif |