[MPlayer-cvslog] CVS: main/mp3lib dct64.c, 1.3, 1.4 mpg123.h, 1.9, 1.10
Richard Felker CVS
syncmail at mplayerhq.hu
Tue Oct 25 19:08:52 CEST 2005
CVS change done by Richard Felker CVS
Update of /cvsroot/mplayer/main/mp3lib
In directory mail:/var2/tmp/cvs-serv10311
Modified Files:
dct64.c mpg123.h
Log Message:
do not export useless symbols! fixed compile bug with decode support in lame
Index: dct64.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/dct64.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dct64.c 15 Apr 2005 22:21:34 -0000 1.3
+++ dct64.c 25 Oct 2005 17:08:49 -0000 1.4
@@ -310,7 +310,7 @@
* the call via dct64 is a trick to force GCC to use
* (new) registers for the b1,b2 pointer to the bufs[xx] field
*/
-void dct64(real *a,real *b,real *c)
+static void dct64(real *a,real *b,real *c)
{
real bufs[0x40];
dct64_1(a,b,bufs,bufs+0x20,c);
Index: mpg123.h
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/mpg123.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mpg123.h 15 Apr 2005 22:21:34 -0000 1.9
+++ mpg123.h 25 Oct 2005 17:08:49 -0000 1.10
@@ -120,7 +120,6 @@
extern void make_decode_tables_MMX(long scaleval);
extern int synth_1to1_MMX( real *,int,short * );
extern int synth_1to1_MMX_s(real *, int, short *, short *, int *);
-extern void dct64(real *a,real *b,real *c);
extern void dct36_3dnow(real *,real *,real *,real *,real *);
extern void dct36_3dnowex(real *,real *,real *,real *,real *);
More information about the MPlayer-cvslog
mailing list