summaryrefslogtreecommitdiffstats
path: root/mp3lib/decod386.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/decod386.c')
-rw-r--r--mp3lib/decod386.c4
1 files changed, 0 insertions, 4 deletions
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 */