SHA256
1
0
forked from pool/freerdp

Accepting request 146603 from X11:RemoteDesktop

- only enable SSE2 on x86*

- disable SSE2 for ARM as well

OBS-URL: https://build.opensuse.org/request/show/146603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freerdp?expand=0&rev=13
This commit is contained in:
Ismail Dönmez 2013-01-02 11:56:19 +00:00 committed by Git OBS Bridge
commit 43fe0a3c3c
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Dec 28 21:59:58 UTC 2012 - dmueller@suse.com
- only enable SSE2 on x86*
-------------------------------------------------------------------
Fri Dec 28 20:52:03 UTC 2012 - dvaleev@suse.com
- disable SSE2 for ARM as well
-------------------------------------------------------------------
Fri Dec 28 17:29:45 UTC 2012 - dvaleev@suse.com

View File

@ -108,7 +108,7 @@ cmake \
-DWITH_PCSC=ON \
-DWITH_CUPS=ON \
-DWITH_FFMPEG=OFF \
%ifnarch ppc ppc64
%ifarch %ix86 x86_64
-DWITH_SSE2=ON \
%endif
..