From c618daeadd0e72d897b721a3cb0b3337b81eecbd 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 5088d35913d27987599630004bee60c3b880dc84) --- 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 -- 2.47.2