forked from pool/ffmpeg-4
Accepting request 620611 from home:scarabeus_iv
- Conditionalize full build to be primary only on Leap15+ OBS-URL: https://build.opensuse.org/request/show/620611 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=2
This commit is contained in:
parent
c460d3f4e7
commit
c12bc5d843
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 4 12:08:40 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- Conditionalize full build to be primary only on Leap15+
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 08:46:42 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
@ -51,7 +51,11 @@
|
||||
%bcond_with xvid
|
||||
|
||||
# Full build or just support package on older codestream
|
||||
%if 0%{?suse_version} > 1500
|
||||
%bcond_without full_build
|
||||
%else
|
||||
%bcond_with full_build
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} > 1500
|
||||
%bcond_without mysofa
|
||||
|
Loading…
Reference in New Issue
Block a user