mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-22 03:47:12 -07:00
Merge "pjproject: Clean up disabling of WebRTC support."
This commit is contained in:
Vendored
+1
-2
@@ -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
|
||||
|
||||
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user