]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk.c: Fix build failure when not building with pjproject.
authorGuido Falsi <madpilot@freebsd.org>
Fri, 17 Sep 2021 19:58:12 +0000 (21:58 +0200)
committerGuido Falsi <madpilot@freebsd.org>
Mon, 20 Sep 2021 20:49:10 +0000 (15:49 -0500)
commit675adbf0f5705aecc3c688c4f474a7f818bdb4d9
tree59fbc47089ff61634e20e6a745e7d5f7fbeab996
parent3d6e133ccfcaad6ad550fc5d82005e65dd2333f4
res_rtp_asterisk.c: Fix build failure when not building with pjproject.

Some code has been added referencing symbols defined in a block
protected by #ifdef HAVE_PJPROJECT. Protect those code parts in
ifdef blocks too.

ASTERISK-29660

Change-Id: Ib18d4392d51ac80ca5481dabf6e498a4e3e49e6f
res/res_rtp_asterisk.c