[MPlayer-cvslog] r24419 - trunk/loader/win32.c
diego
subversion at mplayerhq.hu
Mon Sep 10 17:32:12 CEST 2007
Author: diego
Date: Mon Sep 10 17:32:11 2007
New Revision: 24419
Log:
warning fix:
win32.c:960: warning: redundant redeclaration of 'gCpuCaps'
../cpudetect.h:53: warning: previous declaration of 'gCpuCaps' was here
Modified:
trunk/loader/win32.c
Modified: trunk/loader/win32.c
==============================================================================
--- trunk/loader/win32.c (original)
+++ trunk/loader/win32.c Mon Sep 10 17:32:11 2007
@@ -957,7 +957,6 @@ static void WINAPI expGetSystemInfo(SYST
/* mplayer's way to detect PF's */
{
#include "cpudetect.h"
- extern CpuCaps gCpuCaps;
if (gCpuCaps.hasMMX)
PF[PF_MMX_INSTRUCTIONS_AVAILABLE] = TRUE;
More information about the MPlayer-cvslog
mailing list