summaryrefslogtreecommitdiffstats
path: root/mp3lib/decod386.c
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-19 05:42:38 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-19 05:42:38 +0000
commit408cc87d58b5ccebc82c20692fd1ee1dbf46a562 (patch)
tree5aecd12b8f2da7bd88b36afc77aa77dbfd4c805c /mp3lib/decod386.c
parentd948870dd223a6963a44cb50aca4a217560e2419 (diff)
downloadmpv-408cc87d58b5ccebc82c20692fd1ee1dbf46a562.tar.bz2
mpv-408cc87d58b5ccebc82c20692fd1ee1dbf46a562.tar.xz
10l, i missed ifdefs around the calls
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19138 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/decod386.c')
-rw-r--r--mp3lib/decod386.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3lib/decod386.c b/mp3lib/decod386.c
index 790bd3710f..6752146755 100644
--- a/mp3lib/decod386.c
+++ b/mp3lib/decod386.c
@@ -123,7 +123,7 @@ static int synth_1to1_mono2stereo(real *bandPtr,unsigned char *samples,int *pnt)
static synth_func_t synth_func;
-#if defined(CAN_COMPILE_X86_ASM)
+#if defined(CAN_COMPILE_X86_ASM) && defined(HAVE_MMX)
int synth_1to1_MMX( real *bandPtr,int channel,short * samples)
{
static short buffs[2][2][0x110];