Sync from SUSE:ALP:Source:Standard:1.0 gstreamer-plugins-bad revision b8b1eb3a940f61b1b00ad3b5542602f7
This commit is contained in:
parent
0185800098
commit
d9eecf9596
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 21:13:01 UTC 2024 - Gustavo Pichorim Boiko <gboiko@suse.com>
|
||||
|
||||
- Disable webrtc_audio_processing on s390, s390x and ppc64:
|
||||
webrtc-audio-processing doesn't build on those archs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 5 10:47:19 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
@ -64,8 +64,12 @@
|
||||
%bcond_without ldacBT
|
||||
%endif
|
||||
|
||||
%ifnarch s390 s390x ppc64
|
||||
%if 0%{?suse_version} >= 1550
|
||||
%bcond_without microdns
|
||||
%else
|
||||
%bcond_with microdns
|
||||
%endif
|
||||
%bcond_without webrtc_audio_processing_1
|
||||
%else
|
||||
%bcond_with microdns
|
||||
|
Loading…
Reference in New Issue
Block a user