From 825bfaf480e3302bbfe4ba5055ad4a5a313bb9ef Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 25 Aug 2007 17:05:02 +0000 Subject: 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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24193 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/decod386.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mp3lib/decod386.c') diff --git a/mp3lib/decod386.c b/mp3lib/decod386.c index 465ddb43e2..a1b26bb957 100644 --- a/mp3lib/decod386.c +++ b/mp3lib/decod386.c @@ -102,10 +102,6 @@ static int synth_1to1_mono2stereo(real *bandPtr,unsigned char *samples,int *pnt) 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 */ -- cgit v1.2.3