[Asterisk-code-review] bundled_pjproject: Fix srtp detection (asterisk[19])
George Joseph
asteriskteam at digium.com
Wed Jan 19 07:39:37 CST 2022
George Joseph has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17895 )
Change subject: bundled_pjproject: Fix srtp detection
......................................................................
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
---
M third-party/pjproject/Makefile.rules
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/95/17895/1
diff --git a/third-party/pjproject/Makefile.rules b/third-party/pjproject/Makefile.rules
index b92a4cb..e76a753 100644
--- a/third-party/pjproject/Makefile.rules
+++ b/third-party/pjproject/Makefile.rules
@@ -37,7 +37,7 @@
--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
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17895
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 19
Gerrit-Change-Id: I2ce1bdd30abd21c062eac8f8fefe9b898787b801
Gerrit-Change-Number: 17895
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20220119/e598f6ef/attachment.html>
More information about the asterisk-code-review
mailing list