summaryrefslogtreecommitdiffstats
path: root/mp3lib/dct64_sse.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/dct64_sse.c')
-rw-r--r--mp3lib/dct64_sse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mp3lib/dct64_sse.c b/mp3lib/dct64_sse.c
index 069a1da808..9c3873996d 100644
--- a/mp3lib/dct64_sse.c
+++ b/mp3lib/dct64_sse.c
@@ -22,8 +22,8 @@ static const int nnnn[4] __attribute__((aligned(16))) =
void dct64_sse(short *out0,short *out1,real *c)
{
- static DECLARE_ALIGNED(16, real, b1[0x20]);
- static DECLARE_ALIGNED(16, real, b2[0x20]);
+ DECLARE_ALIGNED(16, real, b1[0x20]);
+ DECLARE_ALIGNED(16, real, b2[0x20]);
static real const one = 1.f;
{