diff mp3lib/mpg123.h @ 16852:43b45a561f63

do not export useless symbols! fixed compile bug with decode support in lame
author rfelker
date Tue, 25 Oct 2005 17:08:49 +0000
parents 07e7a572bd84
children e7a129082fda
line wrap: on
line diff
--- a/mp3lib/mpg123.h	Tue Oct 25 15:15:46 2005 +0000
+++ b/mp3lib/mpg123.h	Tue Oct 25 17:08:49 2005 +0000
@@ -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 *);