[Mplayer-cvslog] CVS: main/mp3lib tabinit.c,1.5,1.6
Alex Beregszaszi
syncmail at mplayerhq.hu
Tue Apr 6 03:12:01 CEST 2004
- Previous message: [Mplayer-cvslog] CVS: main/mp3lib dct64.c, 1.1.1.1, 1.2 dct64_altivec.c, 1.3, 1.4 dct64_i386.c, 1.1.1.1, 1.2 l2tables.h, 1.1.1.1, 1.2 layer2.c, 1.4, 1.5 layer3.c, 1.7, 1.8 mpg123.h, 1.7, 1.8 sr1.c, 1.29, 1.30 tabinit.c, 1.4, 1.5
- Next message: [Mplayer-cvslog] CVS: main configure,1.845,1.846
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Alex Beregszaszi
Update of /cvsroot/mplayer/main/mp3lib
In directory mail:/var2/tmp/cvs-serv23114
Modified Files:
tabinit.c
Log Message:
removing more globals
Index: tabinit.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/tabinit.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tabinit.c 6 Apr 2004 01:06:21 -0000 1.5
+++ tabinit.c 6 Apr 2004 01:11:59 -0000 1.6
@@ -1,4 +1,5 @@
-real mp3lib_decwin[(512+32)], cos64[32], cos32[16], cos16[8], cos8[4], cos4[2];
+real mp3lib_decwin[(512+32)];
+static real cos64[32], cos32[16], cos16[8], cos8[4], cos4[2];
real *mp3lib_pnts[]={ cos64,cos32,cos16,cos8,cos4 };
static long intwinbase[] = {
- Previous message: [Mplayer-cvslog] CVS: main/mp3lib dct64.c, 1.1.1.1, 1.2 dct64_altivec.c, 1.3, 1.4 dct64_i386.c, 1.1.1.1, 1.2 l2tables.h, 1.1.1.1, 1.2 layer2.c, 1.4, 1.5 layer3.c, 1.7, 1.8 mpg123.h, 1.7, 1.8 sr1.c, 1.29, 1.30 tabinit.c, 1.4, 1.5
- Next message: [Mplayer-cvslog] CVS: main configure,1.845,1.846
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list