[MPlayer-cvslog] r24193 - trunk/mp3lib/decod386.c
diego
subversion at mplayerhq.hu
Sat Aug 25 19:05:02 CEST 2007
Author: diego
Date: Sat Aug 25 19:05:02 2007
New Revision: 24193
Log:
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
Modified:
trunk/mp3lib/decod386.c
Modified: trunk/mp3lib/decod386.c
==============================================================================
--- trunk/mp3lib/decod386.c (original)
+++ trunk/mp3lib/decod386.c Sat Aug 25 19:05:02 2007
@@ -102,10 +102,6 @@ static int synth_1to1_mono2stereo(real *
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 */
More information about the MPlayer-cvslog
mailing list