Skip to content
Snippets Groups Projects
Commit cc81f4eb authored by Jenkins2's avatar Jenkins2 Committed by Gerrit Code Review
Browse files

Merge "pjproject: Clean up disabling of WebRTC support."

parents 8536a09b e2715d2c
Branches
Tags
No related merge requests found
......@@ -37,8 +37,7 @@ PJPROJECT_CONFIG_OPTS = $(PJPROJECT_CONFIGURE_OPTS) --prefix=/opt/pjproject \
--disable-ipp \
--disable-libwebrtc \
--without-external-pa \
--without-external-srtp \
--without-external-webrtc
--without-external-srtp
ifeq ($(findstring TEST_FRAMEWORK,$(MENUSELECT_CFLAGS)),)
PJPROJECT_CONFIG_OPTS += --disable-resample --disable-g711-codec
......
......@@ -20,12 +20,6 @@
*/
#define PJMEDIA_HAS_SRTP 0
/*
* Defining PJMEDIA_HAS_WEBRTC_AEC to 0 does NOT disable Asterisk's ability to use
* webrtc. It only disables the pjmedia webrtc transport which Asterisk doesn't use.
*/
#define PJMEDIA_HAS_WEBRTC_AEC 0
#define PJ_HAS_IPV6 1
#if !defined(AST_DEVMODE) && !defined(PJPROJECT_BUNDLED_ASSERTIONS)
#define NDEBUG 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment