diff --git a/apps/codecs.h b/apps/codecs.h index d7242a8330..6b0365e9ea 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"