summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-03-08 17:18:34 +0900
committerMichele Calgaro <[email protected]>2024-03-08 17:41:03 +0900
commit1a7322da1c4d67bd38c461498126a15dcb014ab0 (patch)
treea3bb662970ca4e9b9de5f1c45fda6314a60987d7 /config.h.cmake
parentf5c200ccf0f8066dbbbc38cf36af10bdc54f5a45 (diff)
downloadk3b-1a7322da1c4d67bd38c461498126a15dcb014ab0.tar.gz
k3b-1a7322da1c4d67bd38c461498126a15dcb014ab0.zip
Fix detection of MMX capabilities on ix86 archs
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index c864e46..5585fa0 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -35,3 +35,6 @@
// #cmakedefine HAVE_RESMGR
#cmakedefine HAVE_TAGLIB
+
+// Defined if you have MMX support
+#cmakedefine HAVE_X86_MMX 1