summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/SOURCES
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2023-01-15 13:31:31 +0100
committerChristian Soffke <christian.soffke@gmail.com>2023-01-19 15:12:57 -0500
commit36cef88d47b16887106cf13da9edea350ee208d2 (patch)
tree4d53a97ed4c054b1080141b10aee457de806d21c /apps/plugins/lib/SOURCES
parent6129bfbb95bc62836de461f1e792ac0316659617 (diff)
downloadrockbox-36cef88d47b16887106cf13da9edea350ee208d2.tar.gz
rockbox-36cef88d47b16887106cf13da9edea350ee208d2.zip
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
Diffstat (limited to 'apps/plugins/lib/SOURCES')
-rw-r--r--apps/plugins/lib/SOURCES6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES
index bff9017404..09a8b1c5ed 100644
--- a/apps/plugins/lib/SOURCES
+++ b/apps/plugins/lib/SOURCES
@@ -69,3 +69,9 @@ kbd_helper.c
69#ifdef HAVE_TOUCHSCREEN 69#ifdef HAVE_TOUCHSCREEN
70pluginlib_touchscreen.c 70pluginlib_touchscreen.c
71#endif 71#endif
72
73id3.c
74
75#ifdef HAVE_TAGCACHE
76mul_id3.c
77#endif