[Mplayer-cvslog] CVS: main/mp3lib tabinit_MMX.c,1.3,1.4
Arpi of Ize
arpi at mplayerhq.hu
Tue Dec 24 01:06:36 CET 2002
Update of /cvsroot/mplayer/main/mp3lib
In directory mail:/var/tmp.root/cvs-serv31732
Modified Files:
tabinit_MMX.c
Log Message:
don't redefine decwin as static
Index: tabinit_MMX.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/tabinit_MMX.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tabinit_MMX.c 19 Jan 2002 04:47:32 -0000 1.3
+++ tabinit_MMX.c 24 Dec 2002 00:06:33 -0000 1.4
@@ -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,
More information about the MPlayer-cvslog
mailing list