forked from pool/rsibreak
23 lines
537 B
Diff
23 lines
537 B
Diff
--- CMakeLists.txt 2008/10/20 18:08:09 1.5
|
|
+++ CMakeLists.txt 2008/10/20 18:12:17
|
|
@@ -10,7 +10,7 @@
|
|
|
|
|
|
add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
|
|
-add_definitions (-mmmx)
|
|
+#add_definitions (-mmmx)
|
|
include_directories ( ${KDE4_INCLUDES} ${BLITZ_INCLUDES} )
|
|
ADD_SUBDIRECTORY( icons )
|
|
ADD_SUBDIRECTORY( src )
|
|
--- src/grayouteffect.cpp 2008/10/20 18:23:09 1.1
|
|
+++ src/grayouteffect.cpp 2008/10/20 18:23:52
|
|
@@ -34,7 +34,7 @@
|
|
#include <string>
|
|
#include <cstring>
|
|
|
|
-#if 1
|
|
+#ifdef __MMX__
|
|
#include <mmintrin.h>
|
|
#endif
|
|
|