[Asterisk-code-review] bundled_pjproject: Fix srtp detection (asterisk[18])
Joshua Colp
asteriskteam at digium.com
Wed Jan 19 08:48:25 CST 2022
Joshua Colp has submitted this change. ( https://gerrit.asterisk.org/c/asterisk/+/17894 )
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(-)
Approvals:
George Joseph: Looks good to me, approved; Verified
Joshua Colp: Approved for Submit
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/+/17894
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 18
Gerrit-Change-Id: I2ce1bdd30abd21c062eac8f8fefe9b898787b801
Gerrit-Change-Number: 17894
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at sangoma.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20220119/b1887e05/attachment.html>
More information about the asterisk-code-review
mailing list