summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share/patches/patch-ae
blob: 7de611841c2904bb5a040c221582e65dcd85cba9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.8 2007/12/21 11:31:15 tron Exp $

--- libvo/aclib.c.orig	2007-10-07 20:49:28.000000000 +0100
+++ libvo/aclib.c	2007-12-20 21:37:53.000000000 +0000
@@ -18,7 +18,7 @@
 //Feel free to fine-tune the above 2, it might be possible to get some speedup with them :)
 
 //#define STATISTICS
-#ifdef ARCH_X86
+#if defined(ARCH_X86) && !defined(__APPLE__)
 #define CAN_COMPILE_X86_ASM
 #endif