mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 15:27:00 +00:00
warning fix:
win32.c:960: warning: redundant redeclaration of 'gCpuCaps' ../cpudetect.h:53: warning: previous declaration of 'gCpuCaps' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24419 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
bbe0b8ce6d
commit
bedf84a5e0
@ -957,7 +957,6 @@ static void WINAPI expGetSystemInfo(SYSTEM_INFO* si)
|
||||
/* mplayer's way to detect PF's */
|
||||
{
|
||||
#include "cpudetect.h"
|
||||
extern CpuCaps gCpuCaps;
|
||||
|
||||
if (gCpuCaps.hasMMX)
|
||||
PF[PF_MMX_INSTRUCTIONS_AVAILABLE] = TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user