summaryrefslogtreecommitdiffstats
path: root/mp3lib/decod386.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-25 17:05:02 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-25 17:05:02 +0000
commit825bfaf480e3302bbfe4ba5055ad4a5a313bb9ef (patch)
treeeec4b3918a7c9de3bac5868adeb2456901b72649 /mp3lib/decod386.c
parent6f33963721e7a2044fe252016769d4bb0042d0a0 (diff)
downloadmpv-825bfaf480e3302bbfe4ba5055ad4a5a313bb9ef.tar.bz2
mpv-825bfaf480e3302bbfe4ba5055ad4a5a313bb9ef.tar.xz
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
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 */