[MPlayer-cvslog] r34287 - trunk/loader/win32.c

diego subversion at mplayerhq.hu
Thu Nov 3 14:24:50 CET 2011


Author: diego
Date: Thu Nov  3 14:24:50 2011
New Revision: 34287

Log:
loader: remove duplicate cpudetect.h #include

Modified:
   trunk/loader/win32.c

Modified: trunk/loader/win32.c
==============================================================================
--- trunk/loader/win32.c	Thu Nov  3 14:24:46 2011	(r34286)
+++ trunk/loader/win32.c	Thu Nov  3 14:24:50 2011	(r34287)
@@ -1003,8 +1003,6 @@ static void WINAPI expGetSystemInfo(SYST
 
     /* mplayer's way to detect PF's */
     {
-#include "cpudetect.h"
-
 	if (gCpuCaps.hasMMX)
 	    PF[PF_MMX_INSTRUCTIONS_AVAILABLE] = TRUE;
 	if (gCpuCaps.hasSSE)


More information about the MPlayer-cvslog mailing list