reenable SSE support for mingw

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12088 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2004-04-01 10:19:57 +00:00
parent f742ec3aa7
commit 971bb1dd0f
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ void GetCpuCaps( CpuCaps *caps)
#endif
/* FIXME: Does SSE2 need more OS support, too? */
#if defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__CYGWIN__)
#if defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__CYGWIN__) || defined(__MINGW32__)
if (caps->hasSSE)
check_os_katmai_support();
if (!caps->hasSSE)