$OpenBSD: patch-src_xine-utils_cpu_accel_c,v 1.1.1.1 2006/03/24 22:43:41 jakemsr Exp $
--- src/xine-utils/cpu_accel.c.orig	Fri Jul 29 13:31:13 2005
+++ src/xine-utils/cpu_accel.c	Fri Dec 30 00:36:21 2005
@@ -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
