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.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 496a69a01e..88b9953913 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -317,10 +317,12 @@ struct plugin_api { #if CONFIG_KEYPAD == IRIVER_H100_PAD bool (*button_hold)(void); #endif +#if (CONFIG_HWCODEC == MASNONE) void (*pcm_play_data)(const unsigned char *start, int size, void (*get_more)(unsigned char** start, long*size)); void (*pcm_play_stop)(void); bool (*pcm_is_playing)(void); +#endif }; /* defined by the plugin loader (plugin.c) */ -- cgit v1.2.3