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/plugins/fft/const.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'apps/plugins/fft') diff --git a/apps/plugins/fft/const.h b/apps/plugins/fft/const.h index c6842f4c07..865f4b0f7f 100644 --- a/apps/plugins/fft/const.h +++ b/apps/plugins/fft/const.h @@ -1,11 +1,11 @@ -const int16_t hamming_8192[8192]; -const int16_t hamming_4096[4096]; -const int16_t hamming_2048[2048]; -const int16_t hamming_1024[1024]; -const int16_t hamming_512[512]; -const int16_t hann_8192[8192]; -const int16_t hann_4096[4096]; -const int16_t hann_2048[2048]; -const int16_t hann_1024[1024]; -const int16_t hann_512[512]; +extern const int16_t hamming_8192[8192]; +extern const int16_t hamming_4096[4096]; +extern const int16_t hamming_2048[2048]; +extern const int16_t hamming_1024[1024]; +extern const int16_t hamming_512[512]; +extern const int16_t hann_8192[8192]; +extern const int16_t hann_4096[4096]; +extern const int16_t hann_2048[2048]; +extern const int16_t hann_1024[1024]; +extern const int16_t hann_512[512]; -- cgit v1.2.3