summaryrefslogtreecommitdiffstats
path: root/mp3lib/decod386.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/decod386.c')
-rw-r--r--mp3lib/decod386.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mp3lib/decod386.c b/mp3lib/decod386.c
index 6752146755..bd93932353 100644
--- a/mp3lib/decod386.c
+++ b/mp3lib/decod386.c
@@ -19,6 +19,11 @@
#include "config.h"
+/* Can't compile MMX assembly on Darwin */
+#ifdef SYS_DARWIN
+#undef HAVE_MMX
+#endif /* SYS_DARWIN */
+
#if 0
/* old WRITE_SAMPLE */
/* is portable */