diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2011-12-04 18:19:39 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2011-12-04 18:19:39 +0000 |
| commit | a43df152c2adf737208bbeb294a0a13608d3cc43 (patch) | |
| tree | c0534198745141699a08d9471303744948e51138 /apps/codecs.h | |
| parent | 700e360b612766eb2729597be55c43b5b69bbe7f (diff) | |
| download | rockbox-a43df152c2adf737208bbeb294a0a13608d3cc43.zip rockbox-a43df152c2adf737208bbeb294a0a13608d3cc43.tar.gz rockbox-a43df152c2adf737208bbeb294a0a13608d3cc43.tar.bz2 rockbox-a43df152c2adf737208bbeb294a0a13608d3cc43.tar.xz | |
Collect the 16-bit signed range sample clipping routines scattered about, which can be optimized on armv6 and create firmware/export/dsp-util.h (for lack of better place right now).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31142 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs.h')
| -rw-r--r-- | apps/codecs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs.h b/apps/codecs.h index 527c59a..f1e2a51 100644 --- a/apps/codecs.h +++ b/apps/codecs.h @@ -43,6 +43,7 @@ #include "pcm_record.h" #endif #include "dsp.h" +#include "dsp-util.h" #endif #include "gcc_extensions.h" |