Skip to content
Snippets Groups Projects
Commit 97ace6b8 authored by George Joseph's avatar George Joseph
Browse files

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
parent b1dfc9c8
Branches
Tags
3 merge requests!138Merge branch asterisk-20.3.0 into devel properly,!123Merge asterisk '20.3.0' into devel,!118Draft: manager: AOC-S support for AOCMessage
...@@ -37,7 +37,7 @@ PJPROJECT_CONFIG_OPTS = $(PJPROJECT_CONFIGURE_OPTS) --prefix=/opt/pjproject \ ...@@ -37,7 +37,7 @@ PJPROJECT_CONFIG_OPTS = $(PJPROJECT_CONFIGURE_OPTS) --prefix=/opt/pjproject \
--disable-ipp \ --disable-ipp \
--disable-libwebrtc \ --disable-libwebrtc \
--without-external-pa \ --without-external-pa \
--with-external-srtp --without-external-srtp
ifneq ($(AST_DEVMODE),yes) ifneq ($(AST_DEVMODE),yes)
PJPROJECT_CONFIG_OPTS += --disable-resample --disable-g711-codec PJPROJECT_CONFIG_OPTS += --disable-resample --disable-g711-codec
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment