]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjproject_bundled: Tweaks to support out-of-tree development
authorGeorge Joseph <gjoseph@sangoma.com>
Thu, 17 Oct 2024 15:51:38 +0000 (09:51 -0600)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 14 Nov 2024 20:00:45 +0000 (20:00 +0000)
commit79e072c9a1e0da9f91e1d6af570b1dd39673e612
treeb5f16c4113785e5109ec44e3188fb97ebf10ca7d
parent351d853dfd97ec588ef65322417a0a724426a60b
pjproject_bundled:  Tweaks to support out-of-tree development

* pjproject is now configured with --disable-libsrtp so it will
  build correctly when doing "out-of-tree" development.  Asterisk
  doesn't use pjproject for handling media so pjproject doesn't
  need libsrtp itself.

* The pjsua app (which we used to use for the testsuite) no longer
  builds in pjproject's master branch so we just skip it.  The
  testsuite no longer needs it anyway.

See third-party/pjproject/README-hacking.md for more info on building
pjproject "out-of-tree".

(cherry picked from commit f9e8c3488b60803c919200e0f6edd10b7427da36)
third-party/pjproject/Makefile
third-party/pjproject/Makefile.rules
third-party/pjproject/README-hacking.md