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