diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-11 10:09:16 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-11 10:09:16 +0200 |
commit | aaa87d78d6e8fe7b1ddaa910f2657952f117529f (patch) | |
tree | df7f07d70fa3f6b25998918bbc476b2b68b73101 /src/libmusepack/musepack/requant.h | |
parent | 3325b9aa2a719ae200b18b8f44f0b2452c27d49d (diff) | |
download | xine-lib-aaa87d78d6e8fe7b1ddaa910f2657952f117529f.tar.gz xine-lib-aaa87d78d6e8fe7b1ddaa910f2657952f117529f.tar.bz2 |
Update libmpcdec (formerly libmusepack) to version 1.2.5, this also reduces the patching needed.
Contestually, move libmpcdec code in contrib/libmpcdec, so that it's not mixed together with xine code.
The use of MUSEPACK_LIBS/MUSEPACK_CFLAGS intermediate is to make simpler move to pkg-config checks if libmpcdec developers decide to install one.
Diffstat (limited to 'src/libmusepack/musepack/requant.h')
-rw-r--r-- | src/libmusepack/musepack/requant.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/libmusepack/musepack/requant.h b/src/libmusepack/musepack/requant.h deleted file mode 100644 index dc9a5c32f..000000000 --- a/src/libmusepack/musepack/requant.h +++ /dev/null @@ -1,17 +0,0 @@ -/// \file requant.h -/// Requantization function definitions. - -#ifndef _musepack_requant_h -#define _musepack_requant_h_ - -#include "musepack/musepack.h" - -/* C O N S T A N T S */ -extern const mpc_uint32_t Res_bit [18]; // bits per sample for chosen quantizer -extern const MPC_SAMPLE_FORMAT __Cc [1 + 18]; // coefficients for requantization -extern const mpc_int32_t __Dc [1 + 18]; // offset for requantization - -#define Cc (__Cc + 1) -#define Dc (__Dc + 1) - -#endif // _musepack_requant_h_ |