diff options
| author | Andrew Mahone <andrew.mahone@gmail.com> | 2009-03-06 01:08:02 +0000 |
|---|---|---|
| committer | Andrew Mahone <andrew.mahone@gmail.com> | 2009-03-06 01:08:02 +0000 |
| commit | 6f030a01c97063b4ec0e1c30a62016cbfd8eea05 (patch) | |
| tree | 338971bd842dffbd886870d1dccb3751f410f0b1 /apps/plugins/SOURCES | |
| parent | cc5689c153fd24fa10bfce2019967a3e6c068c83 (diff) | |
| download | rockbox-6f030a01c97063b4ec0e1c30a62016cbfd8eea05.zip rockbox-6f030a01c97063b4ec0e1c30a62016cbfd8eea05.tar.gz rockbox-6f030a01c97063b4ec0e1c30a62016cbfd8eea05.tar.bz2 rockbox-6f030a01c97063b4ec0e1c30a62016cbfd8eea05.tar.xz | |
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/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 7854ef3..d9ed9ac 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -56,7 +56,7 @@ text_editor.c wavview.c robotfindskitten.c -#if defined(HAVE_TAGCACHE) && (CONFIG_CODEC == SWCODEC) +#if defined(HAVE_TAGCACHE) pictureflow.c #endif |