$OpenBSD: patch-loader_win32_c,v 1.2 2006/12/23 13:31:31 jolan Exp $
--- loader/win32.c.orig	Fri Dec  8 19:12:27 2006
+++ loader/win32.c	Sat Dec 23 03:45:09 2006
@@ -1012,7 +1012,7 @@ static void WINAPI expGetSystemInfo(SYST
 
 /* disable cpuid based detection (mplayer's cpudetect.c does this - see above) */
 #ifndef MPLAYER
-#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__svr4__) || defined(__DragonFly__)
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__svr4__) || defined(__DragonFly__) || defined(__OpenBSD__)
     do_cpuid(1, regs);
     switch ((regs[0] >> 8) & 0xf) {			// cpu family
     case 3: cachedsi.dwProcessorType = PROCESSOR_INTEL_386;
