diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-07-05 18:06:07 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-07-05 18:06:07 +0000 |
commit | 802743a061e01150db544c8e072cd794731b18a7 (patch) | |
tree | 311abcc9e51973907899a4585dd0e3a2a31572eb /apps/codecs/spc.c | |
parent | 427bf0b8936f2654fe79e8c5864918530b8838dd (diff) | |
download | rockbox-802743a061e01150db544c8e072cd794731b18a7.tar.gz rockbox-802743a061e01150db544c8e072cd794731b18a7.zip |
Take 2 at 'Consolidate all fixed point math routines in one library' (FS#10400) by Jeffrey Goode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21664 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/spc.c')
-rw-r--r-- | apps/codecs/spc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/spc.c b/apps/codecs/spc.c index 6ceb704c7c..3a06a228ef 100644 --- a/apps/codecs/spc.c +++ b/apps/codecs/spc.c | |||
@@ -26,6 +26,7 @@ | |||
26 | /* DSP Based on Brad Martin's OpenSPC DSP emulator */ | 26 | /* DSP Based on Brad Martin's OpenSPC DSP emulator */ |
27 | /* tag reading from sexyspc by John Brawn (John_Brawn@yahoo.com) and others */ | 27 | /* tag reading from sexyspc by John Brawn (John_Brawn@yahoo.com) and others */ |
28 | #include "codeclib.h" | 28 | #include "codeclib.h" |
29 | #include "../fracmul.h" | ||
29 | #include "libspc/spc_codec.h" | 30 | #include "libspc/spc_codec.h" |
30 | #include "libspc/spc_profiler.h" | 31 | #include "libspc/spc_profiler.h" |
31 | 32 | ||