From: George Joseph Date: Tue, 18 Jan 2022 14:04:24 +0000 (-0700) Subject: bundled_pjproject: Fix srtp detection X-Git-Tag: 16.24.0-rc1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f17df8c5693b101642c9feb5344ccc2fe5248d93;p=thirdparty%2Fasterisk.git bundled_pjproject: Fix srtp detection Reverted recent change that set '--with-external-srtp' instead of '--without-external-srtp'. Since Asterisk handles all SRTP, we don't need it enabled in pjproject at all. ASTERISK-29867 Change-Id: I2ce1bdd30abd21c062eac8f8fefe9b898787b801 --- diff --git a/third-party/pjproject/Makefile.rules b/third-party/pjproject/Makefile.rules index b92a4cba88..e76a753e58 100644 --- a/third-party/pjproject/Makefile.rules +++ b/third-party/pjproject/Makefile.rules @@ -37,7 +37,7 @@ PJPROJECT_CONFIG_OPTS = $(PJPROJECT_CONFIGURE_OPTS) --prefix=/opt/pjproject \ --disable-ipp \ --disable-libwebrtc \ --without-external-pa \ - --with-external-srtp + --without-external-srtp ifneq ($(AST_DEVMODE),yes) PJPROJECT_CONFIG_OPTS += --disable-resample --disable-g711-codec