[Pkg-voip-commits] [pjproject] 06/06: Revert config_site.h settings that change ABI

Bernhard Schmidt berni at moszumanska.debian.org
Fri Dec 16 15:11:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

berni pushed a commit to branch master
in repository pjproject.

commit 408f08c21534828d130216c5892ddc020b24d6a6
Author: Bernhard Schmidt <berni at debian.org>
Date:   Fri Dec 16 16:03:17 2016 +0100

    Revert config_site.h settings that change ABI
    
    These have to wait for a SOVERSION bump
---
 debian/config_site.h | 25 +++++++++++++++++--------
 1 file changed, 17 insertions(+), 8 deletions(-)

diff --git a/debian/config_site.h b/debian/config_site.h
index 42fbe9f..875d57f 100644
--- a/debian/config_site.h
+++ b/debian/config_site.h
@@ -2,7 +2,10 @@
 #define PJMEDIA_HAS_VIDEO	1
 
 #define PJ_HAS_IPV6 1
-#define PJ_MAX_HOSTNAME (256)
+
+/* Recommended in Asterisk, but changes a structure
+ * #define PJ_MAX_HOSTNAME (256)
+ */ 
 #define PJSIP_MAX_URL_SIZE (512)
 
 #define PJ_SCANNER_USE_BITWISE	0
@@ -30,20 +33,26 @@
   Enabling it will result in SEGFAULTS when URIs containing escape sequences are encountered.
 */
 #undef PJSIP_UNESCAPE_IN_PLACE
-#define PJSIP_MAX_PKT_LEN			6000
+/* Recommended in Asterisk, but changes a structure
+ * #define PJSIP_MAX_PKT_LEN			6000
+ */
 
 #undef PJ_TODO
 #define PJ_TODO(x)
 
 /* Defaults too low for WebRTC */
-#define PJ_ICE_MAX_CAND 32
-#define PJ_ICE_MAX_CHECKS (PJ_ICE_MAX_CAND * PJ_ICE_MAX_CAND)
+/* Recommended in Asterisk, but changes a structure
+ * #define PJ_ICE_MAX_CAND 32
+ * #define PJ_ICE_MAX_CHECKS (PJ_ICE_MAX_CAND * PJ_ICE_MAX_CAND)
+ */
 
 /* Increase limits to allow more formats */
-#define	PJMEDIA_MAX_SDP_FMT   64
-#define	PJMEDIA_MAX_SDP_BANDW   4
-#define	PJMEDIA_MAX_SDP_ATTR   (PJMEDIA_MAX_SDP_FMT*2 + 4)
-#define	PJMEDIA_MAX_SDP_MEDIA   16
+/* Recommended in Asterisk, but changes a structure
+ * #define	PJMEDIA_MAX_SDP_FMT   64
+ * #define	PJMEDIA_MAX_SDP_BANDW   4
+ * #define	PJMEDIA_MAX_SDP_ATTR   (PJMEDIA_MAX_SDP_FMT*2 + 4)
+ * #define	PJMEDIA_MAX_SDP_MEDIA   16
+ */
 
 /* Recommended, but drops a symbol from library
  * #define NDEBUG 1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/pjproject.git



More information about the Pkg-voip-commits mailing list