diff options
| author | Dave Chapman <dave@dchapman.com> | 2007-03-22 09:40:26 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2007-03-22 09:40:26 +0000 |
| commit | 46cf8805b6cbbc9ad0499f58cf661f80362e2533 (patch) | |
| tree | ea331f1e4fe26b4aa1d5520a0b86645ecb467095 /apps/plugin.c | |
| parent | 831084842182c076cbf5e8f7bf089029dbab8ae6 (diff) | |
| download | rockbox-46cf8805b6cbbc9ad0499f58cf661f80362e2533.zip rockbox-46cf8805b6cbbc9ad0499f58cf661f80362e2533.tar.gz rockbox-46cf8805b6cbbc9ad0499f58cf661f80362e2533.tar.bz2 rockbox-46cf8805b6cbbc9ad0499f58cf661f80362e2533.tar.xz | |
Oops, only swcodec targets have pcm_get_bytes_waiting()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12885 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 82f0113..7a2ce00 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -488,7 +488,9 @@ static const struct plugin_api rockbox_api = { playlist_start, &global_status, +#if CONFIG_CODEC == SWCODEC pcm_get_bytes_waiting, +#endif }; int plugin_load(const char* plugin, void* parameter) |