Mercurial > mplayer.hg
changeset 12087:296582b19611
reenable SSE support for mingw
author | faust3 |
---|---|
date | Thu, 01 Apr 2004 10:19:57 +0000 |
parents | 74df39a4596f |
children | f52e662bf365 |
files | cpudetect.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cpudetect.c Wed Mar 31 07:40:36 2004 +0000 +++ b/cpudetect.c Thu Apr 01 10:19:57 2004 +0000 @@ -170,7 +170,7 @@ #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)