Opened 15 years ago
Last modified 15 years ago
#1025 closed enhancement
Support for using different PortAudio installation/path — at Initial Version
Reported by: | bennylp | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.6 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Add support for using different PortAudio installation than the one in the third_party directory. This is useful to make use of specific features in the system that have been configured in the installed PortAudio.
To use different PortAudio installation, just specify it with --with-pa-path argument of the ./configure script. For example, to use PortAudio that has been installed in the system:
$ ./aconfigure --with-pa-path=/usr
With the command above, we will use /usr/include/portaudio.h and libportaudio in /usr/lib.
Note: See
TracTickets for help on using
tickets.