diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2011-06-29 07:06:10 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2011-06-29 07:06:10 +0000 |
| commit | 7996d6d3f99ad80385fdc85438d23139e5569d3c (patch) | |
| tree | 3643a9d5397d268bc02d67ccf82c8d0ceba32afa /apps/plugin.c | |
| parent | a2b6703a369f6cdbfec1f150c408dadc877631fb (diff) | |
| download | rockbox-7996d6d3f99ad80385fdc85438d23139e5569d3c.zip rockbox-7996d6d3f99ad80385fdc85438d23139e5569d3c.tar.gz rockbox-7996d6d3f99ad80385fdc85438d23139e5569d3c.tar.bz2 rockbox-7996d6d3f99ad80385fdc85438d23139e5569d3c.tar.xz | |
Knock out at least some red/yellow from r30097.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30098 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 10cb926..bfb7f0e 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -778,9 +778,10 @@ static const struct plugin_api rockbox_api = { /* new stuff at the end, sort into place next time the API gets incompatible */ - +#if CONFIG_CODEC == SWCODEC mixer_channel_status, mixer_channel_get_buffer, +#endif }; int plugin_load(const char* plugin, const void* parameter) |