From 0fb9e54d8ac45a1191ba3be441b1683b4dfa2c56 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 13 May 2016 13:23:02 -0500 Subject: [PATCH] re-enable webrtc support (arm,x86_64 only for now) --- pulseaudio.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pulseaudio.spec b/pulseaudio.spec index 1c4ca0e..d195aa7 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -6,7 +6,9 @@ #global gitcommit aec811798cd883a454b9b5cd82c77831906bbd2d #global shortcommit (c=%{gitcommit}; echo ${c:0:5}) +%ifarch x86_64 %{arm} %global with_webrtc 1 +%endif # https://bugzilla.redhat.com/983606 %global _hardened_build 1 @@ -580,7 +582,7 @@ exit 0 %changelog * Thu May 12 2016 Rex Dieter - 8.99.1-2 -- re-enable webrtc support (unconditionally) +- re-enable webrtc support (arm,x86_64 only for now) * Thu May 12 2016 Rex Dieter - 8.99.1-1 - pulseaudio-8.99.1 (#1335527)