blob: d9b730ed2f024335f4859cdb7937da5fcb2535f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur Git-xbmc.orig/lib/libsquish/config Git-xbmc/lib/libsquish/config
--- Git-xbmc.orig/lib/libsquish/config 2012-11-18 14:14:35.000000000 +0000
+++ Git-xbmc/lib/libsquish/config 2012-12-07 02:54:22.864062271 +0000
@@ -4,7 +4,7 @@
USE_ALTIVEC ?= 0
# define to 1 to use SSE2 instructions
-USE_SSE ?= 0
+USE_SSE ?= 1
# default flags
CXXFLAGS ?= -O2
|