mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-14 15:42:28 -05:00
FS#12014 by Huan Zhang fixing some link errors with a recent mips toolchain.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29615 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
528e1850bf
commit
5aaabbfd12
5 changed files with 17 additions and 17 deletions
|
|
@ -47,9 +47,9 @@ extern "C" {
|
|||
|
||||
|
||||
/* C O N S T A N T S */
|
||||
const mpc_uint8_t Res_bit [18]; ///< Bits per sample for chosen quantizer
|
||||
const MPC_SAMPLE_FORMAT __Cc [1 + 18]; ///< Requantization coefficients
|
||||
const mpc_int16_t __Dc [1 + 18]; ///< Requantization offset
|
||||
extern const mpc_uint8_t Res_bit [18]; ///< Bits per sample for chosen quantizer
|
||||
extern const MPC_SAMPLE_FORMAT __Cc [1 + 18]; ///< Requantization coefficients
|
||||
extern const mpc_int16_t __Dc [1 + 18]; ///< Requantization offset
|
||||
|
||||
#define Cc (__Cc + 1)
|
||||
#define Dc (__Dc + 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue