Accept FS#7228 by Dagni McPhee enable pitchscreen on sansa
[Rockbox.git] / apps / plugins / SUBDIRS
blob5ac85a3115d711f21a2d38cd91e25f7e0ddd95ed
1 #ifndef IRIVER_IFP7XX_SERIES
3 /* For all targets */
5 /* For various targets... */
6 #if (CONFIG_KEYPAD == RECORDER_PAD) || defined(HAVE_LCD_COLOR) \
7  || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
8 rockboy
9 #endif
11 /* For all targets with a bitmap display */
12 #ifdef HAVE_LCD_BITMAP
13 chessbox
14 sudoku
15 #endif
17 /* For all 2bpp and colour targets */
18 #if (LCD_DEPTH >= 2)
19 zxbox
20 #endif
22 /* For all the colour targets, iriver H1x0 and iAudio M5 */
23 #if defined(HAVE_LCD_COLOR) || defined(IRIVER_H100_SERIES) \
24  || defined(IAUDIO_M5)
25 pacbox
26 #endif
28 /* For all the color targets */
29 #if defined(HAVE_LCD_COLOR) || \
30     (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
31 doom
32 #endif
34 /* For all the swcodec targets */
35 #if CONFIG_CODEC == SWCODEC
36 mpegplayer
37 #endif
39 #endif /* IRIVER_IFP7XX_SERIES */