summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2009-03-06 01:08:02 +0000
committerAndrew Mahone <andrew.mahone@gmail.com>2009-03-06 01:08:02 +0000
commit6f030a01c97063b4ec0e1c30a62016cbfd8eea05 (patch)
tree338971bd842dffbd886870d1dccb3751f410f0b1 /apps/plugins/SOURCES
parentcc5689c153fd24fa10bfce2019967a3e6c068c83 (diff)
downloadrockbox-6f030a01c97063b4ec0e1c30a62016cbfd8eea05.tar.gz
rockbox-6f030a01c97063b4ec0e1c30a62016cbfd8eea05.zip
add the needed plugin API exports for pictureflow to hwcodec, use the audio buffer if plugin buffer is too small, build on any target with bitmap + tagcache
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20213 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 7854ef3e1d..d9ed9ac24f 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -56,7 +56,7 @@ text_editor.c
56wavview.c 56wavview.c
57robotfindskitten.c 57robotfindskitten.c
58 58
59#if defined(HAVE_TAGCACHE) && (CONFIG_CODEC == SWCODEC) 59#if defined(HAVE_TAGCACHE)
60pictureflow.c 60pictureflow.c
61#endif 61#endif
62 62