Skip to content
Snippets Groups Projects
Commit 9f14faae authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

contrib: force maximal ICE candidate checks in PJNATH

Value used = 150 (current code needs 144, i.e 12*12 )

Refs #62081

Change-Id: I806f0c5a30ab794894b434ace197285fbc223efe
parent 07d7a1ad
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,8 @@ ifdef HAVE_ANDROID
PJPROJECT_OPTIONS += --with-ssl=$(PREFIX)
endif
PJPROJECT_EXTRA_CFLAGS = -DPJ_ICE_MAX_CHECKS=150
PKGS += pjproject
# FIXME: nominally 2.2.0 is enough, but it has to be patched for gnutls
ifeq ($(call need_pkg,'libpjproject'),)
......@@ -60,5 +62,5 @@ endif
.pjproject: pjproject
cd $< && $(HOSTVARS) ./aconfigure $(HOSTCONF) $(PJPROJECT_OPTIONS)
cd $< && $(MAKE) && $(MAKE) install
cd $< && CFLAGS="$(PJPROJECT_EXTRA_CFLAGS)" $(MAKE) && $(MAKE) install
touch $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment