Added missing dependencies for codeclib and pluginlib. This required renaming some...
[kugel-rb.git] / apps / plugins / lib / SOURCES
blobbb7da12e8b45a0b90344a2a6a4aaad36f8555645
1 oldmenuapi.c
2 configfile.c
3 fixedpoint.c
4 playback_control.c
5 rgb_hsv.c
6 #if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4)
7 /*
8    The scaler is not provided in core on mono targets, but is built in
9    pluginlib for use with greylib overlay output
11 #if LCD_DEPTH == 1
12 pluginlib_resize.c
13 #endif
14 grey_core.c
15 grey_draw.c
16 grey_parm.c
17 grey_scroll.c
18 #ifdef CPU_COLDFIRE
19 grey_coldfire.S
20 #elif CONFIG_CPU == SH7034
21 grey_sh.S
22 #endif
23 #endif
24 highscore.c
25 #ifndef SIMULATOR
26 overlay.c
27 #endif
28 #ifdef HAVE_LCD_CHARCELLS
29 playergfx.c
30 #endif
31 #ifdef RB_PROFILE
32 profile_plugin.c
33 #endif
34 #ifdef HAVE_LCD_BITMAP
35 checkbox.c
36 picture.c
37 xlcd_core.c
38 xlcd_draw.c
39 xlcd_scroll.c
40 pluginlib_bmp.c
41 #ifdef HAVE_LCD_COLOR
42 bmp_smooth_scale.c
43 #endif
44 #endif
45 pluginlib_actions.c
46 helper.c
47 #ifdef HAVE_TOUCHSCREEN
48 touchscreen.c
49 #endif
50 md5.c