From 7996d6d3f99ad80385fdc85438d23139e5569d3c Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Wed, 29 Jun 2011 07:06:10 +0000 Subject: Knock out at least some red/yellow from r30097. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30098 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/plugin.c') 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) -- cgit v1.1