main/pjproject: really build with opus

Turns out that --enable-opus effectively *disables* it...

Reported upstream: https://github.com/pjsip/pjproject/issues/4061.
This commit is contained in:
Orgad Shaneh 2024-09-02 17:36:48 +03:00 committed by Natanael Copa
parent 76448e53df
commit 8f27da0395

View file

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=pjproject
pkgver=2.14.1
pkgrel=1
pkgrel=2
pkgdesc="Open source multimedia communication library"
url="https://www.pjsip.org/pjsua.htm"
arch="all"
@ -80,7 +80,6 @@ build() {
--infodir=/usr/share/info \
--enable-shared \
--enable-libsamplerate \
--enable-opus \
--with-external-speex \
--with-external-gsm \
--with-external-srtp \