rockbox/apps/plugins/lib/SOURCES
Christian Soffke 36cef88d47 PictureFlow: id3 functions refactoring
- Move multiple-id3 functionality into lib
- Extract retrieve_id3 function

In preparation for using these functions
from the Properties plugin.

Change-Id: I7252581340680e32df763f1f4b41646a055fe19e
2023-01-19 15:12:57 -05:00

77 lines
927 B
Text

sha1.c
gcc-support.c
pluginlib_actions.c
action_helper.c
button_helper.c
helper.c
icon_helper.c
arg_helper.c
md5.c
jhash.c
configfile.c
playback_control.c
rgb_hsv.c
highscore.c
simple_viewer.c
display_text.c
printcell_helper.c
strncpy.c
stdio_compat.c
#if (LCD_DEPTH < 4)
grey_core.c
grey_draw.c
grey_parm.c
grey_scroll.c
#ifdef CPU_COLDFIRE
grey_coldfire.S
#endif
#endif /* LCD_DEPTH < 4 */
overlay.c
#ifdef RB_PROFILE
profile_plugin.c
#endif
#ifdef CPU_ARM
pluginlib_jpeg_idct_arm.S
#endif
pluginlib_jpeg_mem.c
pluginlib_resize.c
#ifndef HAVE_JPEG
pluginlib_jpeg_load.c
#endif
checkbox.c
osd.c
picture.c
xlcd_core.c
xlcd_draw.c
xlcd_scroll.c
pluginlib_bmp.c
read_image.c
#ifdef HAVE_LCD_COLOR
bmp_smooth_scale.c
#endif
#if !defined(HAVE_ALBUMART) || !defined(HAVE_JPEG)
pluginlib_albumart.c
#endif
kbd_helper.c
#ifdef HAVE_TOUCHSCREEN
pluginlib_touchscreen.c
#endif
id3.c
#ifdef HAVE_TAGCACHE
mul_id3.c
#endif