changeset 8544:94564cc01c07

don't redefine decwin as static
author arpi
date Tue, 24 Dec 2002 00:06:33 +0000
parents 60fe896e437c
children b22b29178258
files mp3lib/tabinit_MMX.c
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mp3lib/tabinit_MMX.c	Tue Dec 24 00:05:43 2002 +0000
+++ b/mp3lib/tabinit_MMX.c	Tue Dec 24 00:06:33 2002 +0000
@@ -7,7 +7,10 @@
 
 long __attribute__((aligned(8))) decwins [544];
 
-static long decwin [544];
+#define real float
+extern real decwin[(512+32)];
+// static long decwin [544];
+
 static short intwinbase_MMX[] = 
 {
 	      0,    -1,    -1,    -1,    -1,    -1,    -1,    -2,