diff --git a/gstreamer-plugins-bad.changes b/gstreamer-plugins-bad.changes index 6b45f81..87ed5d8 100644 --- a/gstreamer-plugins-bad.changes +++ b/gstreamer-plugins-bad.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 11 21:13:01 UTC 2024 - Gustavo Pichorim Boiko + +- 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 diff --git a/gstreamer-plugins-bad.spec b/gstreamer-plugins-bad.spec index c48c0ca..e13e5b3 100644 --- a/gstreamer-plugins-bad.spec +++ b/gstreamer-plugins-bad.spec @@ -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