changeset 24173:49aa1cef1867

Fix warning: In file included from layer3.c:1171, from sr1.c:391: decod386.c:106: warning: redundant redeclaration of 'synth_1to1_MMX' mpg123.h:120: warning: previous declaration of 'synth_1to1_MMX' was here
author diego
date Sat, 25 Aug 2007 17:05:02 +0000
parents fd31150fe5b8
children 10f268ec0d87
files mp3lib/decod386.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mp3lib/decod386.c	Sat Aug 25 16:56:43 2007 +0000
+++ b/mp3lib/decod386.c	Sat Aug 25 17:05:02 2007 +0000
@@ -102,10 +102,6 @@
 
 static synth_func_t synth_func;
 
-#ifdef HAVE_MMX
-extern int synth_1to1_MMX( real *bandPtr,int channel,short * samples);
-#endif
-
 #ifdef HAVE_ALTIVEC
 #define dct64_base(a,b,c) if(gCpuCaps.hasAltiVec) dct64_altivec(a,b,c); else dct64(a,b,c)
 #else /* HAVE_ALTIVEC */