Mercurial > mplayer.hg
changeset 10823:df1433f614f6
disable sse support for mingw because of missing memalign
author | faust3 |
---|---|
date | Sat, 06 Sep 2003 12:06:59 +0000 |
parents | 6377c7d0459e |
children | d163db068a12 |
files | cpudetect.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cpudetect.c Sat Sep 06 00:24:05 2003 +0000 +++ b/cpudetect.c Sat Sep 06 12:06:59 2003 +0000 @@ -167,7 +167,7 @@ #endif /* FIXME: Does SSE2 need more OS support, too? */ -#if defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(WIN32) +#if defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__CYGWIN__) if (caps->hasSSE) check_os_katmai_support(); if (!caps->hasSSE)