commit 4562e1f4be891daba74c3e066438f2265267fbf0
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Feb 24 01:37:14 2022 +0000
Better build conditionals
https://github.com/rpmfusion/gpac/pull/1
gpac.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gpac.spec b/gpac.spec
index 8c7267f..b178f33 100644
--- a/gpac.spec
+++ b/gpac.spec
@@ -57,8 +57,8 @@ BuildRequires: xmlrpc-c-devel
BuildRequires: doxygen
BuildRequires: graphviz
BuildRequires: gcc-c++
-%{?_with_amr:BuildRequires: amrnb-devel
-BuildRequires: amrwb-devel}
+%{?_with_amr:BuildRequires: amrnb-devel}
+%{?_with_amr:BuildRequires: amrwb-devel}
%description
GPAC is a multimedia framework based on the MPEG-4 Systems standard developed