]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Fix wrongful use of USE_PJPROJECT define.
authorJoshua Colp <jcolp@digium.com>
Sun, 8 Mar 2015 01:46:17 +0000 (01:46 +0000)
committerJoshua Colp <jcolp@digium.com>
Sun, 8 Mar 2015 01:46:17 +0000 (01:46 +0000)
commit714cb27000ba34daebceb4e23c35708475d8816d
tree6c2c1ee97ad6eb8eea09273773521f6f6a6ece49
parente158517a9c39ad22d2959f010d905ad2bc9872d4
res_rtp_asterisk: Fix wrongful use of USE_PJPROJECT define.

As pjproject is now used as a shared library a different define,
HAVE_PJPROJECT, is used to specify if pjproject is present.

ASTERISK-24830 #close
Reported by: Stefan Engström

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@432614 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_rtp_asterisk.c