$NetBSD: patch-ag,v 1.1.1.1 2010/09/07 21:52:27 cheusov Exp $

--- libvo/osd.c.orig	2009-04-08 22:21:21.000000000 +0200
+++ libvo/osd.c
@@ -29,6 +29,11 @@
 #include <inttypes.h>
 #include "cpudetect.h"
 
+#if ARCH_X86 && defined(__APPLE__)
+#undef ARCH_X86
+#define ARCH_X86 0
+#endif
+
 #if ARCH_X86
 static const uint64_t bFF __attribute__((aligned(8))) = 0xFFFFFFFFFFFFFFFFULL;
 static const unsigned long long mask24lh  __attribute__((aligned(8))) = 0xFFFF000000000000ULL;
