]> 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:48:36 +0000 (15:48 -0500)
commit03377c35fc9144de81abc5b5d31ffcd988693aad
tree0e72ba10d18f79d61df9040dbd5e5da2b39f65b2
parent00cf86dafe2360774d2b9482f40dafc540dae8aa
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