From d16e9c5b56c1d94cb5ca56e7882f5c9d41f8087c Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Wed, 11 Jan 2023 08:25:00 -0500 Subject: [PATCH] MT#55283 list libopus as a build requirement Change-Id: I2e791f78148292bad5dd18c3af359d7e3d6de61e --- README.md | 1 + el/rtpengine.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b702e379..7e7095320 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ test suite. - *bcg729* for full G.729 transcoding support (optional) - *libmosquitto* - *libwebsockets* + - *libopus* The `Makefile` contains a few Debian-specific flags, which may have to removed for compilation to be successful. This will not affect operation in any way. diff --git a/el/rtpengine.spec b/el/rtpengine.spec index 8aad49075..7e6551539 100644 --- a/el/rtpengine.spec +++ b/el/rtpengine.spec @@ -20,6 +20,7 @@ BuildRequires: gperf perl-IPC-Cmd BuildRequires: perl-podlators BuildRequires: pkgconfig(libwebsockets) BuildRequires: pkgconfig(spandsp) +BuildRequires: pkgconfig(opus) Requires(pre): shadow-utils %if 0%{?with_transcoding} > 0