From b8bd1ee557c58119178715a15f98dfcb56c80dee Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Thu, 19 Jul 2007 19:32:29 +0000 Subject: MpegPlayer: Add a simple messaging scheme for sending stream commands. Remove the need to disable FIQ when adding to PCM buffer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13931 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 7931145..aff24e0 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -488,13 +488,12 @@ static const struct plugin_api rockbox_api = { #endif /* new stuff at the end, sort into place next time the API gets incompatible */ -#if NUM_CORES > 1 + +#if (CONFIG_CODEC == SWCODEC) spinlock_init, spinlock_lock, spinlock_unlock, -#endif -#if (CONFIG_CODEC == SWCODEC) codec_load_file, get_codec_filename, get_metadata, -- cgit v1.1