[Mplayer-cvslog] CVS: main cpudetect.c,1.28,1.29

Sascha Sommer CVS faust3 at mplayerhq.hu
Sat Sep 6 14:07:23 CEST 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv9259

Modified Files:
	cpudetect.c 
Log Message:
disable sse support for mingw because of missing memalign

Index: cpudetect.c
===================================================================
RCS file: /cvsroot/mplayer/main/cpudetect.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- cpudetect.c	19 Jul 2003 12:25:18 -0000	1.28
+++ cpudetect.c	6 Sep 2003 12:06:59 -0000	1.29
@@ -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)



More information about the MPlayer-cvslog mailing list