diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2008-05-17 21:26:34 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2008-05-17 21:26:34 +0000 |
| commit | 18f13b149a4ce6d3b16c0b91de4d571d1860b66f (patch) | |
| tree | 313f09dcd46b1e068d0abd0fb49de615d27495d5 /apps/codecs/libmusepack/math.h | |
| parent | c769cf586fee44c55382d2ef98ce9dbca51b6f39 (diff) | |
| download | rockbox-18f13b149a4ce6d3b16c0b91de4d571d1860b66f.zip rockbox-18f13b149a4ce6d3b16c0b91de4d571d1860b66f.tar.gz rockbox-18f13b149a4ce6d3b16c0b91de4d571d1860b66f.tar.bz2 rockbox-18f13b149a4ce6d3b16c0b91de4d571d1860b66f.tar.xz | |
Move ARM assembler of musepack synthesis filter to own file. Additionally add ICONST_ATTR to noise generator data.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17562 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libmusepack/math.h')
| -rw-r--r-- | apps/codecs/libmusepack/math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libmusepack/math.h b/apps/codecs/libmusepack/math.h index a015d45..e4c2ffc 100644 --- a/apps/codecs/libmusepack/math.h +++ b/apps/codecs/libmusepack/math.h @@ -38,7 +38,7 @@ #ifndef _mpcdec_math_h_ #define _mpcdec_math_h_ -#define MPC_FIXED_POINT +#include "mpc_config.h" #define MPC_FIXED_POINT_SHIFT 16 |