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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 6e9a1316d5..16781de0c1 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -418,6 +418,7 @@ struct plugin_api { #if CONFIG_CODEC != SWCODEC void (*bitswap)(unsigned char *data, int length); #endif +#endif /* !SIMULATOR */ #if CONFIG_CODEC == SWCODEC void (*pcm_play_data)(pcm_more_callback_type get_more, unsigned char* start, size_t size); @@ -426,7 +427,6 @@ struct plugin_api { bool (*pcm_is_playing)(void); void (*pcm_play_pause)(bool play); #endif -#endif /* !SIMULATOR */ #if CONFIG_CODEC == SWCODEC void (*pcm_calculate_peaks)(int *left, int *right); #endif -- cgit v1.2.3