]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjproject_bundled: Fix compile of pjsua so it handles audio 47/4247/1
authorGeorge Joseph <gjoseph@digium.com>
Mon, 31 Oct 2016 21:12:57 +0000 (15:12 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 31 Oct 2016 21:15:09 +0000 (16:15 -0500)
commitf27f837a9f5fae97af6e86d7d5f1f645e7c12186
treec8e165112697b92c89f3a12e59753338b9164ad4
parent3ad4719917c106a79546676ffec22af9a0921eb4
pjproject_bundled:  Fix compile of pjsua so it handles audio

In order for pjsua and its python binding to actually negotiate
audio for the testsuite tests, it needs g711 and resample.  The
pj* libraries themselves do not.  Unfortunately, pjproject relies
on a brand new libresample that most distros don't ship so we need
to use the libresample already bundled with pjproject.  Only the pjsua
executable and the _pjsua.so python library are linked with it so it
shouldn't interfere with asterisk itself.

Also it was pointed out that apply_patches couldn't handle multiple
patches that depended on each other during the dry-run, so the
dry-run was removed.

Change-Id: I24f397462b486dcdde0dcafe40e6c55a6593f098
third-party/pjproject/Makefile
third-party/pjproject/Makefile.rules
third-party/pjproject/apply_patches
third-party/pjproject/patches/0000-remove-third-party.patch