summaryrefslogtreecommitdiff
path: root/plugins/musepack
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-09 21:10:07 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-09 21:10:07 +0200
commit37f456278eb569f55ccba70d6846b250cac4a01c (patch)
treea3a14ca54b086ba97621819a1c0314596887632a /plugins/musepack
parent5d4858dabef5371b4f7b276dd8b0e9dcdb270ebc (diff)
mpc llvm compile fix
Diffstat (limited to 'plugins/musepack')
-rw-r--r--plugins/musepack/requant.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/musepack/requant.h b/plugins/musepack/requant.h
index eb3124db..c95101f1 100644
--- a/plugins/musepack/requant.h
+++ b/plugins/musepack/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)