summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2009-01-24 09:29:22 +0000
committerAndrew Mahone <andrew.mahone@gmail.com>2009-01-24 09:29:22 +0000
commit6fc558b2dbdfbda7231fb995aa81f7c85930223e (patch)
treecb2b4728f16f15ae477d9cb67e9a16611ce9544e /apps/plugins/SOURCES
parent3f7d1377256263e366c9ff1d5096da2a078f2c3e (diff)
downloadrockbox-6fc558b2dbdfbda7231fb995aa81f7c85930223e.tar.gz
rockbox-6fc558b2dbdfbda7231fb995aa81f7c85930223e.zip
plugins/lib/feature_wrappers.h to provide easy access to some feature that may be in either API or pluginlib depending on target
pictureflow modified to use feature wrappers, and built on all targets that have tagcache and are swcodec git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19837 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 7d48be60c1..d982ecb4c3 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -52,6 +52,10 @@ text_editor.c
52wavview.c 52wavview.c
53robotfindskitten.c 53robotfindskitten.c
54 54
55#if defined(HAVE_TAGCACHE) && (CONFIG_CODEC == SWCODEC)
56pictureflow.c
57#endif
58
55#ifdef HAVE_LCD_COLOR 59#ifdef HAVE_LCD_COLOR
56ppmviewer.c 60ppmviewer.c
57#endif 61#endif
@@ -129,9 +133,6 @@ splitedit.c
129 133
130#if LCD_DEPTH > 1 /* non-mono bitmap targets */ 134#if LCD_DEPTH > 1 /* non-mono bitmap targets */
131matrix.c 135matrix.c
132#if defined(HAVE_ALBUMART) && defined(HAVE_TAGCACHE)
133pictureflow.c
134#endif
135#endif 136#endif
136 137
137/* Platform-specific plugins */ 138/* Platform-specific plugins */