summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/math.h
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2006-01-30 01:00:40 +0000
committerThom Johansen <thomj@rockbox.org>2006-01-30 01:00:40 +0000
commit2b483958f961637e296432632a5b891eb061c22d (patch)
tree180fd3596df375fa56732050a7cc20ebdbc3cdb7 /apps/codecs/libmusepack/math.h
parent58231d50f2cb940a309814e31ae583b4b0dfed24 (diff)
downloadrockbox-2b483958f961637e296432632a5b891eb061c22d.tar.gz
rockbox-2b483958f961637e296432632a5b891eb061c22d.zip
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.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