summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-01-13 16:28:15 +0000
committerBenny Prijono <bennylp@teluu.com>2010-01-13 16:28:15 +0000
commit2c9bdd7e514a478d3dc17a6b85a12dec20c15fb0 (patch)
treec79aed89fc63fbc64c7b23d921caea30e0bed3a1 /third_party
parent8cc7aef25ecc698b6fdfa620877f72e6b8dd536f (diff)
Ticket #1025: Support for using different PortAudio installation/path
- added --with-pa-path configure option - remove the use of PaUtil_SetDebugPrintFunction() since this is not always available across all PA versions (?) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3058 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/build/os-auto.mak.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/build/os-auto.mak.in b/third_party/build/os-auto.mak.in
index cb6499e2..b61a4631 100644
--- a/third_party/build/os-auto.mak.in
+++ b/third_party/build/os-auto.mak.in
@@ -15,7 +15,10 @@ ifneq (@ac_no_g7221_codec@,1)
DIRS += g7221
endif
+ifeq (x@ac_pa_path@,x)
+# Only if we're using our own PA in third_party
ifneq ($(findstring pa,@ac_pjmedia_snd@),)
DIRS += portaudio
endif
+endif