# HG changeset patch # User diego # Date 1188061502 0 # Node ID 49aa1cef1867eff8268d14a636d3cb56f8c8a435 # Parent fd31150fe5b87ce4e210bbe5e166e0c3f2fbf592 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 diff -r fd31150fe5b8 -r 49aa1cef1867 mp3lib/decod386.c --- 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 */