From 5aaabbfd127321f68931c155a8a481a8107531b2 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sat, 19 Mar 2011 10:14:12 +0000 Subject: 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 --- apps/codecs/libmusepack/requant.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/codecs/libmusepack') diff --git a/apps/codecs/libmusepack/requant.h b/apps/codecs/libmusepack/requant.h index 8458d4d0fa..908fda30eb 100644 --- a/apps/codecs/libmusepack/requant.h +++ b/apps/codecs/libmusepack/requant.h @@ -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) -- cgit v1.2.3