1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Andrew Mahone 2009-03-06 01:08:02 +00:00
parent cc5689c153
commit 6f030a01c9
4 changed files with 34 additions and 30 deletions

View file

@ -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