summaryrefslogtreecommitdiffstats
path: root/apps/pcmbuf.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2012-04-29 17:31:30 -0400
committerMichael Sevakis <jethead71@rockbox.org>2012-04-29 17:31:30 -0400
commit56f17c4164bf4e8a7b6996b0a5c2670d0917de25 (patch)
tree51b7312cab17300ef580b74953825a5ff2d22e8e /apps/pcmbuf.c
parent23b5f3e5e1ce19d6d872afe737e8924488d7d58b (diff)
downloadrockbox-56f17c4164bf4e8a7b6996b0a5c2670d0917de25.tar.gz
rockbox-56f17c4164bf4e8a7b6996b0a5c2670d0917de25.zip
Make rbcodec/dsp includes more specific.
Change-Id: Idb6af40df26f5b8499a40e8b98602261ef227044
Diffstat (limited to 'apps/pcmbuf.c')
-rw-r--r--apps/pcmbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pcmbuf.c b/apps/pcmbuf.c
index 9cedae0b67..9754f13bd9 100644
--- a/apps/pcmbuf.c
+++ b/apps/pcmbuf.c
@@ -40,7 +40,7 @@
#include "settings.h"
#include "audio.h"
#include "voice_thread.h"
-#include "dsp.h"
+#include "dsp_core.h"
/* This is the target fill size of chunks on the pcm buffer
Can be any number of samples but power of two sizes make for faster and