From fd8bac806b8d93ffef588474c6dd391352203a73 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Mon, 1 Jan 2007 13:21:19 +0000 Subject: Export pcm_* functions in plugin API in sim. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11879 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 2fbfe346b3..c2b697fe0b 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -322,6 +322,7 @@ static const struct plugin_api rockbox_api = { #if CONFIG_CODEC != SWCODEC bitswap, #endif +#endif #if CONFIG_CODEC == SWCODEC pcm_play_data, pcm_play_stop, @@ -329,7 +330,6 @@ static const struct plugin_api rockbox_api = { pcm_is_playing, pcm_play_pause, #endif -#endif #if CONFIG_CODEC == SWCODEC pcm_calculate_peaks, #endif -- cgit v1.2.3