SHA256
1
0
forked from pool/freerdp

- only enable SSE2 on x86*

OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=34
This commit is contained in:
Dirk Mueller 2012-12-28 22:00:14 +00:00 committed by Git OBS Bridge
parent 442c0a21d1
commit f4f4f3dc1f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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

View File

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