From a8d0fa19f927d045b81ec0380ea7448de38176d9 Mon Sep 17 00:00:00 2001 From: Chris Liddell Date: Tue, 2 Jul 2013 13:03:51 +0100 Subject: Disable OpenJPEG SSE on Windows again. Shelly reports that enabling SSE in Windows causes crashes in most of the JPX test jobs. At least for the present, disable it. CLUSTER_UNTESTED --- gs/psi/msvc.mak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gs/psi/msvc.mak b/gs/psi/msvc.mak index af3530bce..58a6df312 100644 --- a/gs/psi/msvc.mak +++ b/gs/psi/msvc.mak @@ -884,7 +884,8 @@ CPU_TYPE=486 !endif HAVE_SSE2=1 CFLAGS=$(CFLAGS) /DHAVE_SSE2 -JPX_SSE_CFLAGS=/D__SSE__ +# add "/D__SSE__" here, but causes crashes just now +JPX_SSE_CFLAGS= !endif !endif -- cgit v1.2.1