From 6dfe98e196d8f81c19fc6999354b4f07de3aea8e Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Mon, 10 Oct 2005 15:54:36 +0000 Subject: Fixed an #if that would never trigger. Added inclusion of dsp.h and playback.h, since lots of codecs include these when they really shouldn't have to. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7605 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/codecs.h') diff --git a/apps/codecs.h b/apps/codecs.h index d7242a8..6b0365e 100644 --- a/apps/codecs.h +++ b/apps/codecs.h @@ -43,8 +43,10 @@ #include "mpeg.h" #include "audio.h" #include "mp3_playback.h" -#if (HWCODEC == SWCODEC) +#if (CONFIG_CODEC == SWCODEC) +#include "dsp.h" #include "pcm_playback.h" +#include "playback.h" #endif #include "settings.h" #include "thread.h" -- cgit v1.1