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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 2062c88..c1c561c 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -226,8 +226,8 @@ static const struct plugin_api rockbox_api = { audio_current_track, audio_flush_and_reload_tracks, audio_get_file_pos, - mpeg_get_last_header, #if (CONFIG_HWCODEC == MAS3587F) || (CONFIG_HWCODEC == MAS3539F) + mpeg_get_last_header, sound_set_pitch, #endif -- cgit v1.1