From 9bc622603c600f31bbc4fdf4ec43cbcc37f42a75 Mon Sep 17 00:00:00 2001 From: Michiel Van Der Kolk Date: Mon, 21 Mar 2005 00:24:31 +0000 Subject: oops. teaches me *again* to *not* commit code even if it looks entirely correct without testing archos builds :/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6220 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index a3c8685..84d030e 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -44,7 +44,9 @@ #include "mp3data.h" #include "powermgmt.h" #include "system.h" +#if (CONFIG_HWCODEC == MASNONE) #include "pcm_playback.h" +#endif #ifdef HAVE_LCD_BITMAP #include "peakmeter.h" @@ -269,9 +271,11 @@ static const struct plugin_api rockbox_api = { #if CONFIG_KEYPAD == IRIVER_H100_PAD button_hold, #endif +#if (CONFIG_HWCODEC == MASNONE) pcm_play_data, pcm_play_stop, pcm_is_playing, +#endif }; int plugin_load(const char* plugin, void* parameter) -- cgit v1.1