From 78c829f5766709b6b1cffa7ee24710d73cc3ac72 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 25 Apr 2005 08:21:10 +0000 Subject: Bad conditions for including mpeg_get_last_header() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6342 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 21d13db..5ffde6b 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -44,7 +44,9 @@ #include "mpeg.h" #include "audio.h" #include "mp3_playback.h" +#if (HWCODEC == MASNONE) #include "pcm_playback.h" +#endif #include "settings.h" #include "thread.h" #include "playlist.h" @@ -269,10 +271,8 @@ struct plugin_api { struct mp3entry* (*audio_current_track)(void); void (*audio_flush_and_reload_tracks)(void); int (*audio_get_file_pos)(void); -#if (CONFIG_HWCODEC == MAS3587F) - unsigned long (*mpeg_get_last_header)(void); -#endif #if (CONFIG_HWCODEC == MAS3587F) || (CONFIG_HWCODEC == MAS3539F) + unsigned long (*mpeg_get_last_header)(void); void (*sound_set_pitch)(int pitch); #endif -- cgit v1.1