Don't force double-buffering for sd devices. They apparently are not faster with...
[kugel-rb.git] / apps / plugins / lib / SOURCES
blob21a35d478a6429a6ad1729a947ee7990ec3a7490
1 gcc-support.c
2 oldmenuapi.c
3 configfile.c
4 fixedpoint.c
5 playback_control.c
6 rgb_hsv.c
7 buflib.c
8 #if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4)
9 grey_core.c
10 grey_draw.c
11 grey_parm.c
12 grey_scroll.c
13 #ifdef CPU_COLDFIRE
14 grey_coldfire.S
15 #elif CONFIG_CPU == SH7034
16 grey_sh.S
17 #endif
18 #endif
19 highscore.c
20 #ifndef SIMULATOR
21 overlay.c
22 #endif
23 #ifdef HAVE_LCD_CHARCELLS
24 playergfx.c
25 #endif
26 #ifdef RB_PROFILE
27 profile_plugin.c
28 #endif
29 #ifdef HAVE_LCD_BITMAP
30 pluginlib_jpeg_mem.c
31 pluginlib_resize.c
32 #ifndef HAVE_JPEG
33 pluginlib_jpeg_load.c
34 #endif
35 checkbox.c
36 picture.c
37 xlcd_core.c
38 xlcd_draw.c
39 xlcd_scroll.c
40 pluginlib_bmp.c
41 read_image.c
42 #ifdef HAVE_LCD_COLOR
43 bmp_smooth_scale.c
44 #endif
45 #if !defined(HAVE_ALBUMART) || !defined(HAVE_JPEG)
46 pluginlib_albumart.c
47 #endif
48 #endif
49 pluginlib_actions.c
50 helper.c
51 #ifdef HAVE_TOUCHSCREEN
52 touchscreen.c
53 #endif
54 md5.c
56 #ifndef SIMULATOR
57 #ifdef CPU_ARM
58 ../../codecs/lib/setjmp_arm.S
59 #endif
60 #ifdef CPU_COLDFIRE
61 ../../codecs/lib/setjmp_cf.S
62 #endif
63 #ifdef CPU_MIPS
64 ../../codecs/lib/setjmp_mips.S
65 #endif
66 #endif
67 pluginlib_exit.c