From 2b483958f961637e296432632a5b891eb061c22d Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Mon, 30 Jan 2006 01:00:40 +0000 Subject: Synced libmpcdec to musepack.net SVN. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8488 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libmusepack/math.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'apps/codecs/libmusepack/math.h') diff --git a/apps/codecs/libmusepack/math.h b/apps/codecs/libmusepack/math.h index 247e9d03cd..eb9b0e978a 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_ -- cgit v1.2.3