ports/multimedia/mplayer/files/patch-loader-win32.c
Norikatsu Shigemura c054f87ced Fixe a bug in detecting p4 types correctly which could cause
mplayer to crash.

PR:		ports/50673
Submitted by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
Suggested by:	Matthew Emmerton <matt@gsicomp.on.ca>
2003-04-07 16:18:16 +00:00

11 lines
305 B
C

--- loader/win32.c.orig Sun Apr 6 01:29:17 2003
+++ loader/win32.c Sun Apr 6 01:29:30 2003
@@ -931,6 +931,8 @@
switch(gCpuCaps.cpuType)
{
+ case CPUTYPE_I686_8:
+ case CPUTYPE_I686_7:
case CPUTYPE_I686:
case CPUTYPE_I586:
cachedsi.dwProcessorType = PROCESSOR_INTEL_PENTIUM;