diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-08 17:18:34 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-08 17:44:30 +0900 |
| commit | e4505c9477f442cd834aa079295871ac9b498d7f (patch) | |
| tree | 942507ccbb65082cfa19966eaba4121ccde44c09 /config.h.cmake | |
| parent | 0d811e3e031a8c5f8bbdd292e8795bf192ea2454 (diff) | |
| download | k3b-e4505c94.tar.gz k3b-e4505c94.zip | |
Fix detection of MMX capabilities on ix86 archs
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1a7322da1c4d67bd38c461498126a15dcb014ab0)
Diffstat (limited to 'config.h.cmake')
| -rw-r--r-- | config.h.cmake | 3 |
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 |
