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/requant.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/codecs/libmusepack/requant.h') diff --git a/apps/codecs/libmusepack/requant.h b/apps/codecs/libmusepack/requant.h index 71b2a3e800..e70dce7085 100644 --- a/apps/codecs/libmusepack/requant.h +++ b/apps/codecs/libmusepack/requant.h @@ -35,8 +35,8 @@ /// \file requant.h /// Requantization function definitions. -#ifndef _musepack_requant_h -#define _musepack_requant_h_ +#ifndef _mpcdec_requant_h +#define _mpcdec_requant_h_ #include "musepack.h" @@ -48,4 +48,4 @@ extern const mpc_int32_t __Dc [1 + 18]; // offset for requantiza #define Cc (__Cc + 1) #define Dc (__Dc + 1) -#endif // _musepack_requant_h_ +#endif // _mpcdec_requant_h_ -- cgit v1.2.3