diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 9e17c23..a7832ef 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -493,6 +493,7 @@ static const struct plugin_api rockbox_api = { codec_load_file, get_metadata, get_codec_filename, + steal_codec_stack, #endif }; |