[MPlayer-cvslog] r24662 - trunk/cpudetect.c
diego
subversion at mplayerhq.hu
Sat Sep 29 21:48:46 CEST 2007
Author: diego
Date: Sat Sep 29 21:48:45 2007
New Revision: 24662
Log:
Enable SSE on MinGW, many builds out there seem to use it without ill effect.
Modified:
trunk/cpudetect.c
Modified: trunk/cpudetect.c
==============================================================================
--- trunk/cpudetect.c (original)
+++ trunk/cpudetect.c Sat Sep 29 21:48:45 2007
@@ -181,7 +181,7 @@ void GetCpuCaps( CpuCaps *caps)
#endif
/* FIXME: Does SSE2 need more OS support, too? */
-#if defined(__linux__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) || defined(__CYGWIN__) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__APPLE__)
+#if defined(__linux__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) || defined(__CYGWIN__) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__APPLE__) || defined(__MINGW32__)
if (caps->hasSSE)
check_os_katmai_support();
if (!caps->hasSSE)
More information about the MPlayer-cvslog
mailing list