Accepting request 623444 from home:Andreas_Schwab:Factory
- Ensure reproducible build by overriding build-time SSE probing OBS-URL: https://build.opensuse.org/request/show/623444 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vid_stab?expand=0&rev=9
This commit is contained in:
parent
69378ef725
commit
f0b67e9d8f
@ -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
|
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
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%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}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user