summaryrefslogtreecommitdiff
path: root/apps/plugin.c
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/plugin.c
parentcc5689c153fd24fa10bfce2019967a3e6c068c83 (diff)
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/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 115db060bf..d72e439bec 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -557,8 +557,8 @@ static const struct plugin_api rockbox_api = {
codec_thread_do_callback,
codec_load_file,
get_codec_filename,
- get_metadata,
#endif
+ get_metadata,
mp3info,
count_mp3_frames,
create_xing_header,