Accepting request 623446 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/623446 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vid_stab?expand=0&rev=2
This commit is contained in:
commit
f920c36ae9
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 17 12:40:22 UTC 2018 - schwab@suse.de
|
||||
|
||||
- Ensure reproducible build by overriding build-time SSE probing
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 21:35:06 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -55,7 +55,16 @@ Development (headers and libraries) files for libvidstab%{soname}.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%cmake
|
||||
%cmake \
|
||||
%ifarch %ix86 x86_64
|
||||
-DSSE2_FOUND=TRUE \
|
||||
%else
|
||||
-DSSE2_FOUND=FALSE \
|
||||
%endif
|
||||
-DSSE3_FOUND=FALSE \
|
||||
-DSSSE3_FOUND=FALSE \
|
||||
-DSSE4_1_FOUND=FALSE \
|
||||
%{nil}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user