diff options
| author | Jeffrey Goode <jeffg7@gmail.com> | 2009-08-18 03:45:18 +0000 |
|---|---|---|
| committer | Jeffrey Goode <jeffg7@gmail.com> | 2009-08-18 03:45:18 +0000 |
| commit | 3ebb836b52d1e5b3aed1aa74afac9a11b76ff8d5 (patch) | |
| tree | faf48496007acc0ba91ffd04513294d713ba8367 /apps/plugin.c | |
| parent | 2b7ef6b92880249e64639768012266e65f5d14cc (diff) | |
| download | rockbox-3ebb836b52d1e5b3aed1aa74afac9a11b76ff8d5.zip rockbox-3ebb836b52d1e5b3aed1aa74afac9a11b76ff8d5.tar.gz rockbox-3ebb836b52d1e5b3aed1aa74afac9a11b76ff8d5.tar.bz2 rockbox-3ebb836b52d1e5b3aed1aa74afac9a11b76ff8d5.tar.xz | |
Fix red: plugins on hwcodec targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22395 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 674740c..8c1ecb8 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -668,7 +668,9 @@ static const struct plugin_api rockbox_api = { appsversion, /* new stuff at the end, sort into place next time the API gets incompatible */ +#if CONFIG_CODEC == SWCODEC dsp_flush_limiter_buffer, +#endif }; int plugin_load(const char* plugin, const void* parameter) |