$OpenBSD: patch-src_xine-utils_cpu_accel_c,v 1.2 2007/06/13 10:58:29 jakemsr Exp $
--- src/xine-utils/cpu_accel.c.orig	Thu Mar 29 15:45:12 2007
+++ src/xine-utils/cpu_accel.c	Sun May 20 22:40:14 2007
@@ -56,6 +56,12 @@ static uint32_t arch_accel (void)
   /* No need to test for this on AMD64, we know what the
      platform has.  */
   caps = MM_ACCEL_X86_MMX | MM_ACCEL_X86_SSE | MM_ACCEL_X86_MMXEXT | MM_ACCEL_X86_SSE2;
+#endif
+
+#if defined(__OpenBSD__)
+#ifdef __i386__
+  caps = MM_ACCEL_X86_MMX;
+#endif
 #else
 
 #ifndef _MSC_VER
