summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmusepack/math.h')
-rw-r--r--apps/codecs/libmusepack/math.h10
1 files changed, 5 insertions, 5 deletions
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 @@
32 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 32 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33*/ 33*/
34 34
35/// \file mpc_math.h 35/// \file math.h
36/// Libmusepack internal math routines. 36/// Libmpcdec internal math routines.
37 37
38#ifndef _musepack_math_h_ 38#ifndef _mpcdec_math_h_
39#define _musepack_math_h_ 39#define _mpcdec_math_h_
40 40
41#define MPC_FIXED_POINT 41#define MPC_FIXED_POINT
42 42
@@ -215,5 +215,5 @@ typedef float MPC_SAMPLE_FORMAT;
215 215
216#endif 216#endif
217 217
218#endif // _musepack_math_h_ 218#endif // _mpcdec_math_h_
219 219