From 56f17c4164bf4e8a7b6996b0a5c2670d0917de25 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sun, 29 Apr 2012 17:31:30 -0400 Subject: Make rbcodec/dsp includes more specific. Change-Id: Idb6af40df26f5b8499a40e8b98602261ef227044 --- apps/plugin.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 3820c7e..588a012 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -75,7 +75,8 @@ void* plugin_get_buffer(size_t *buffer_size); #if (CONFIG_CODEC == SWCODEC) #include "pcm_mixer.h" #include "dsp-util.h" -#include "dsp.h" +#include "dsp_core.h" +#include "dsp_proc_settings.h" #include "codecs.h" #include "playback.h" #include "codec_thread.h" -- cgit v1.1