[freerdp] SSE2 should only be used on x86_64

Mads Kiilerich kiilerix at fedoraproject.org
Sun Sep 1 19:14:52 UTC 2013


commit e21895e149503c33a341580f4d8f3ad6adb82ff1
Author: Mads Kiilerich <mads at kiilerich.com>
Date:   Sun Sep 1 21:14:39 2013 +0200

    SSE2 should only be used on x86_64

 freerdp.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/freerdp.spec b/freerdp.spec
index d276fcc..6354d7e 100644
--- a/freerdp.spec
+++ b/freerdp.spec
@@ -1,6 +1,6 @@
 Name:           freerdp
 Version:        1.1.0
-Release:        0.1.beta1%{?dist}
+Release:        0.2.beta1%{?dist}
 Summary:        Remote Desktop Protocol client
 
 Group:          Applications/Communications
@@ -103,7 +103,11 @@ EOF
         -DWITH_CUNIT=OFF \
         -DWITH_DIRECTFB=OFF \
         -DWITH_FFMPEG=OFF \
+%ifarch x86_64
+        -DWITH_SSE2=ON \
+%else
         -DWITH_SSE2=OFF \
+%endif
 %ifarch armv7hl
         -DARM_FP_ABI=hard \
         -DWITH_NEON=OFF \
@@ -165,6 +169,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sun Sep 01 2013 Mads Kiilerich <mads at kiilerich.com> - 1.1.0-0.2.beta1
+- SSE2 should only be used on x86_64
+
 * Sun Sep 01 2013 Dennis Gilmore <dennis at ausil.us> - 1.1.0-0.1.beta1
 - disable neon on armv7hl and armv5tel
 - set arm floating point correctly for the different targets


More information about the scm-commits mailing list