diff options
| author | Thom Johansen <thomj@rockbox.org> | 2006-01-30 01:00:40 +0000 |
|---|---|---|
| committer | Thom Johansen <thomj@rockbox.org> | 2006-01-30 01:00:40 +0000 |
| commit | 2b483958f961637e296432632a5b891eb061c22d (patch) | |
| tree | 180fd3596df375fa56732050a7cc20ebdbc3cdb7 /apps/codecs/libmusepack/math.h | |
| parent | 58231d50f2cb940a309814e31ae583b4b0dfed24 (diff) | |
| download | rockbox-2b483958f961637e296432632a5b891eb061c22d.zip rockbox-2b483958f961637e296432632a5b891eb061c22d.tar.gz rockbox-2b483958f961637e296432632a5b891eb061c22d.tar.bz2 rockbox-2b483958f961637e296432632a5b891eb061c22d.tar.xz | |
Synced libmpcdec to musepack.net SVN.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8488 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libmusepack/math.h')
| -rw-r--r-- | apps/codecs/libmusepack/math.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/codecs/libmusepack/math.h b/apps/codecs/libmusepack/math.h index 247e9d0..eb9b0e9 100644 --- a/apps/codecs/libmusepack/math.h +++ b/apps/codecs/libmusepack/math.h @@ -32,11 +32,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/// \file mpc_math.h -/// Libmusepack internal math routines. +/// \file math.h +/// Libmpcdec internal math routines. -#ifndef _musepack_math_h_ -#define _musepack_math_h_ +#ifndef _mpcdec_math_h_ +#define _mpcdec_math_h_ #define MPC_FIXED_POINT @@ -215,5 +215,5 @@ typedef float MPC_SAMPLE_FORMAT; #endif -#endif // _musepack_math_h_ +#endif // _mpcdec_math_h_ |