slackbuilds_ponce/multimedia/xbmc/patches/sse2.patch

13 lines
361 B
Diff
Raw Normal View History

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