|
From: <abe...@us...> - 2017-04-15 13:02:30
|
Revision: 8263
http://sourceforge.net/p/astlinux/code/8263
Author: abelbeck
Date: 2017-04-15 13:02:27 +0000 (Sat, 15 Apr 2017)
Log Message:
-----------
pjsip, remove unneeded asterisk-config_site.h PJMEDIA_HAS_WEBRTC_AEC def's with --disable-libwebrtc, related ASTERISK-26930
Modified Paths:
--------------
branches/1.0/package/pjsip/asterisk-config_site.h
Modified: branches/1.0/package/pjsip/asterisk-config_site.h
===================================================================
--- branches/1.0/package/pjsip/asterisk-config_site.h 2017-04-08 15:34:03 UTC (rev 8262)
+++ branches/1.0/package/pjsip/asterisk-config_site.h 2017-04-15 13:02:27 UTC (rev 8263)
@@ -12,13 +12,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.
- */
-#undef PJMEDIA_HAS_WEBRTC_AEC
-#define PJMEDIA_HAS_WEBRTC_AEC 0
-
#define PJ_HAS_IPV6 1
#define NDEBUG 1
#define PJ_MAX_HOSTNAME (256)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|