summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share/patches/patch-ae
blob: 8e72bc771f1ce48cb2a878d3462fe10958b32dfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ae,v 1.10 2009/10/19 00:13:07 ahoka Exp $

--- libvo/aclib.c.orig	2009-04-08 22:21:21.000000000 +0200
+++ libvo/aclib.c
@@ -28,6 +28,11 @@
 #include "fastmemcpy.h"
 #undef memcpy
 
+#if ARCH_X86 && defined(__APPLE__)
+#undef ARCH_X86
+#define ARCH_X86 0
+#endif
+
 #define BLOCK_SIZE 4096
 #define CONFUSION_FACTOR 0
 //Feel free to fine-tune the above 2, it might be possible to get some speedup with them :)