New plugin: FFT, A frequency analyzer plugin
[kugel-rb.git] / apps / plugins / SUBDIRS
bloba0d68af510639b6df0a4c8849238fb8b4b594e9c
1 #if !defined(IRIVER_IFP7XX_SERIES)
3 /* For all targets */
4 shortcuts
6 /* For various targets... */
8 #if CONFIG_RTC
9 clock
10 #endif
12 #if (CONFIG_KEYPAD == RECORDER_PAD) || defined(HAVE_LCD_COLOR) \
13  || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
14 rockboy
15 #endif
17 /* For all targets with a bitmap display */
18 #ifdef HAVE_LCD_BITMAP
19 #ifdef HAVE_TAGCACHE
20 pictureflow
21 #endif
22 #if CONFIG_CODEC == SWCODEC && !defined(HAVE_TOUCHSCREEN)
23 fft
24 #endif
25 chessbox
26 fractals
27 imageviewer
28 sudoku
29 reversi
30 goban
31 /* setjmp/longjmp are not implemented on sh */
32 #if (CONFIG_CPU != SH7034)
33 frotz
34 #endif
35 #ifndef OLYMPUS_MROBE_500
36 zxbox
37 #endif
38 #endif
40 /* For all big enough colour screens, iriver H1x0 and iAudio M5 */
41 #if defined(HAVE_LCD_COLOR) && LCD_HEIGHT > 96\
42  || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
43 pacbox
44 #endif
46 /* For all the color targets */
47 #if (defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
48     (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)) && (MEMORYSIZE > 2)
49 #ifndef RB_PROFILE
50 doom
51 #endif
52 #endif
54 /* For all the swcodec targets */
55 #if CONFIG_CODEC == SWCODEC
56 midi
57 /* beatbox */
58 #if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES)
59 /* PDBox is confirmed to run on these player models. */
60 pdbox
61 #endif
62 #ifndef RB_PROFILE
63 #if MEMORYSIZE > 2  /* mpegplayer allocates at least 2MB of RAM */
64 mpegplayer
65 #endif
66 #endif
67 #endif
69 /* Lua needs at least 160 KB to work in */
70 #if (PLUGIN_BUFFER_SIZE >= 0x80000)
71 lua
72 #endif
74 #endif /* IRIVER_IFP7XX_SERIES */