SHA256
1
0
forked from pool/freerdp

- build with WITH_SSE2=ON as freerdp now uses runtime detection

(bnc#793611)

OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=29
This commit is contained in:
Guido Berhoerster 2012-12-27 15:28:42 +00:00 committed by Git OBS Bridge
parent fefd2a1835
commit f05776c6ff
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 27 15:27:06 UTC 2012 - gber@opensuse.org
- build with WITH_SSE2=ON as freerdp now uses runtime detection
(bnc#793611)
-------------------------------------------------------------------
Thu Nov 1 13:07:27 UTC 2012 - gber@opensuse.org

View File

@ -108,7 +108,7 @@ cmake \
-DWITH_PCSC=ON \
-DWITH_CUPS=ON \
-DWITH_FFMPEG=OFF \
-DWITH_SSE2=OFF \
-DWITH_SSE2=ON \
..
make %{?_smp_mflags} VERBOSE=1