commit 3c105bc30899bd3c9fcd4cc0c33113587fbb1ced
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Mon Mar 18 20:03:40 2024 +0100
drop --with amr build option
It's not supported upstream:
! Unknown feature "amr", ignoring - please check help (-h) !
gpac.spec | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/gpac.spec b/gpac.spec
index 069ae4e..5ff8e7a 100644
--- a/gpac.spec
+++ b/gpac.spec
@@ -64,8 +64,6 @@ BuildRequires: xmlrpc-c-devel
BuildRequires: doxygen
BuildRequires: graphviz
BuildRequires: gcc-c++
-%{?_with_amr:BuildRequires: amrnb-devel}
-%{?_with_amr:BuildRequires: amrwb-devel}
%description
GPAC is a multimedia framework based on the MPEG-4 Systems standard developed
@@ -129,7 +127,6 @@ sed -i 's/dh_link/ln -s -r/' Makefile
--X11-path=%{_prefix} \
--libdir=%{_lib} \
--disable-oss \
-%{?_with_amr:--enable-amr} \
--enable-pic \
--verbose
Show replies by date