Blob Blame History Raw
diff -urN openni-1.3.2.1-gitf8467404/Platform/Linux-x86/Build/Platform.x86 openni-1.3.2.1-gitf8467404.disable-sse/Platform/Linux-x86/Build/Platform.x86
--- openni-1.3.2.1-gitf8467404/Platform/Linux-x86/Build/Platform.x86	2011-07-13 21:35:20.000000000 +0200
+++ openni-1.3.2.1-gitf8467404.disable-sse/Platform/Linux-x86/Build/Platform.x86	2011-12-20 15:00:14.261614034 +0100
@@ -1,6 +1,6 @@
 # some defaults
 ifndef SSE_GENERATION
-	SSE_GENERATION = 3
+	SSE_GENERATION = 0
 endif
 
 # change c struct alignment options to be compatable with Win32
@@ -17,8 +17,6 @@
 	else
 		ifeq ($(SSE_GENERATION), 3)
 			CFLAGS += -msse3
-		else
-			($error "Only SSE2 and SSE3 are supported")
 		endif
 	endif
 endif