]> 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:45:35 +0000 (22:45 +0200)
commit5f4d3e28220f952ee0be7ed8190b327d0772c2ab
tree2c038cf67efb84e5cbb117e9d7f6f7f42699544f
parent9b17523c4bbd06cd7cd0566e417f106f88465ecf
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