From 802a9902edfbe43544de8686dd185bfd2e7c36ac Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Fri, 24 May 2024 10:27:32 -0400 Subject: [PATCH] bundled_pjproject: Disable UPnP support. Fixes #747 (cherry picked from commit 542cd37830f929d947453728518f8dc47dc3e50c) --- third-party/pjproject/Makefile.rules | 1 + 1 file changed, 1 insertion(+) diff --git a/third-party/pjproject/Makefile.rules b/third-party/pjproject/Makefile.rules index e76a753e58..e1a9a2248f 100644 --- a/third-party/pjproject/Makefile.rules +++ b/third-party/pjproject/Makefile.rules @@ -36,6 +36,7 @@ PJPROJECT_CONFIG_OPTS = $(PJPROJECT_CONFIGURE_OPTS) --prefix=/opt/pjproject \ --disable-openh264 \ --disable-ipp \ --disable-libwebrtc \ + --disable-upnp \ --without-external-pa \ --without-external-srtp