forked from pool/ffmpeg-4
Accepting request 625204 from home:scarabeus_iv:branches:multimedia:libs
- Do not condition nvidia based on BUILD_ORIG all the support is in TW only and not on different instances as such safeguard it with version check only OBS-URL: https://build.opensuse.org/request/show/625204 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=9
This commit is contained in:
parent
ec9556a88c
commit
83aac8d607
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 25 08:30:56 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- Do not condition nvidia based on BUILD_ORIG all the support is in
|
||||
TW only and not on different instances as such safeguard it with
|
||||
version check only
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 12:13:38 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
@ -38,11 +38,6 @@
|
||||
%{preamble_string} ffmpeg-private-devel %{comparator} %{conflicts_version} \
|
||||
%{nil}
|
||||
|
||||
%if 0%{?BUILD_ORIG}
|
||||
%bcond_without nvidia
|
||||
%else
|
||||
%bcond_with nvidia
|
||||
%endif
|
||||
%bcond_with fdk_aac
|
||||
%bcond_with librtmp
|
||||
%bcond_with opencore
|
||||
@ -61,10 +56,12 @@
|
||||
%bcond_without mysofa
|
||||
%bcond_without vidstab
|
||||
%bcond_without srt
|
||||
%bcond_without nvidia
|
||||
%else
|
||||
%bcond_with mysofa
|
||||
%bcond_with vidstab
|
||||
%bcond_with srt
|
||||
%bcond_with nvidia
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} >= 1500
|
||||
|
Loading…
Reference in New Issue
Block a user