]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
bundled_pjproject: Fix srtp detection
authorGeorge Joseph <gjoseph@digium.com>
Tue, 18 Jan 2022 14:04:24 +0000 (07:04 -0700)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 19 Jan 2022 13:39:36 +0000 (07:39 -0600)
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

third-party/pjproject/Makefile.rules

index b92a4cba88cd445a23be332400f640c2b159bbca..e76a753e58610c541c7b65fc21b86381f08578e9 100644 (file)
@@ -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