RCS file: /cvsroot/mplayer/main/cpudetect.c,v
retrieving revision 1.42
diff -u -r1.42 cpudetect.c
|
|
|
|
| 172 | 172 | #endif |
| 173 | 173 | |
| 174 | 174 | /* FIXME: Does SSE2 need more OS support, too? */ |
| 175 | | #if defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__CYGWIN__) || defined(__OpenBSD__) || defined(__DragonFly__) |
| | 175 | #if defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__MINGW32__) || defined(__CYGWIN__) || defined(__OpenBSD__) || defined(__DragonFly__) |
| 176 | 176 | if (caps->hasSSE) |
| 177 | 177 | check_os_katmai_support(); |
| 178 | 178 | if (!caps->hasSSE) |