diff options
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_ |