We have a 3.9 release, update builds.pm
[maemo-rb.git] / apps / plugins / lib / SOURCES
blob6f17c70b9066f5ee7abd5d17b15e929ff3d8f242
1 gcc-support.c
2 pluginlib_actions.c
3 helper.c
4 md5.c
5 jhash.c
6 configfile.c
7 fixedpoint.c
8 playback_control.c
9 rgb_hsv.c
10 buflib.c
11 highscore.c
12 simple_viewer.c
13 display_text.c
14 strncpy.c
16 #if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4)
17 grey_core.c
18 grey_draw.c
19 grey_parm.c
20 grey_scroll.c
22 #ifdef CPU_COLDFIRE
23 grey_coldfire.S
24 #elif CONFIG_CPU == SH7034
25 grey_sh.S
26 #endif
28 #endif /* HAVE_LCD_BITMAP && LCD_DEPTH < 4 */
30 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
31 overlay.c
32 #endif
34 #ifdef RB_PROFILE
35 profile_plugin.c
36 #endif
38 #ifdef HAVE_LCD_CHARCELLS
39 playergfx.c
40 #endif
42 #ifdef HAVE_LCD_BITMAP
44 #ifdef CPU_ARM
45 ../../../firmware/target/arm/support-arm.S
46 pluginlib_jpeg_idct_arm.S
47 #endif
49 pluginlib_jpeg_mem.c
50 pluginlib_resize.c
52 #ifndef HAVE_JPEG
53 pluginlib_jpeg_load.c
54 #endif
56 checkbox.c
57 picture.c
58 xlcd_core.c
59 xlcd_draw.c
60 xlcd_scroll.c
61 pluginlib_bmp.c
62 read_image.c
64 #ifdef HAVE_LCD_COLOR
65 bmp_smooth_scale.c
66 #endif
68 #if !defined(HAVE_ALBUMART) || !defined(HAVE_JPEG)
69 pluginlib_albumart.c
70 #endif
72 #endif /* HAVE_LCD_BITMAP */
74 #ifdef HAVE_TOUCHSCREEN
75 pluginlib_touchscreen.c
76 #endif