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