summaryrefslogtreecommitdiff
path: root/third-party/pjproject/patches/config_site.h
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2016-07-17 17:28:36 -0600
committerGeorge Joseph <gjoseph@digium.com>2016-07-28 08:07:21 -0500
commitb4f1c6380e5a3ee6dbd9ed8e7cc399c700f974fa (patch)
tree26651e8a437948ed8bbe9933cfea0f5722a53d2f /third-party/pjproject/patches/config_site.h
parent49461f37b75aa27275d1c4811007e2a7f94ac002 (diff)
pjproject_bundled: Update for pjproject 2.5.5
Add more --disable-* switches to Makefile.rules including --disable-opus which was causing bundled pjproject to fail with "undefined reference" errors in libasteriskpj. Changed PJ_ENABLE_EXTRA_CHECK to 1. Removed 2 obsolete patches and added a new one. The new one was merged by Teluu on 6/27/2016. ASTERISK-26148 #close Change-Id: Ib8af6c6a9d31f7238ce65b336134c2efdc855063
Diffstat (limited to 'third-party/pjproject/patches/config_site.h')
-rw-r--r--third-party/pjproject/patches/config_site.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/pjproject/patches/config_site.h b/third-party/pjproject/patches/config_site.h
index eb9f8b15c..07e4d97a9 100644
--- a/third-party/pjproject/patches/config_site.h
+++ b/third-party/pjproject/patches/config_site.h
@@ -19,7 +19,7 @@
#define PJ_SCANNER_USE_BITWISE 0
#define PJ_OS_HAS_CHECK_STACK 0
#define PJ_LOG_MAX_LEVEL 3
-#define PJ_ENABLE_EXTRA_CHECK 0
+#define PJ_ENABLE_EXTRA_CHECK 1
#define PJSIP_MAX_TSX_COUNT ((64*1024)-1)
#define PJSIP_MAX_DIALOG_COUNT ((64*1024)-1)
#define PJSIP_UDP_SO_SNDBUF_SIZE (512*1024)