forked from len0rd/rockbox
Synced libmpcdec to musepack.net SVN.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8488 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
58231d50f2
commit
2b483958f9
16 changed files with 353 additions and 1025 deletions
|
@ -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_
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue