mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
BuildSystem: Enable PortAudio in NetBSD.
In NetBSD, PortAudio 1 is still the default version. PortAudio 2 can be installed side by side but gets placed in a 'portaudio2' subdirectory. To find PortAudio 2 even in a subdirectory, the tool pkg-config is queried via AST_PKG_CONFIG_CHECK. For those platforms, which do not list PowerAudio 2 via pkg-config, the previous check remains and is executed thereafter. ASTERISK-27721 Change-Id: I4175500126909ad1b181fff8e11bb4a3a6ae4fa9
This commit is contained in:
@@ -663,7 +663,7 @@
|
||||
/* Define to 1 if you have the popt library. */
|
||||
#undef HAVE_POPT
|
||||
|
||||
/* Define to 1 if you have the PortAudio library. */
|
||||
/* Define if your system has the PORTAUDIO libraries. */
|
||||
#undef HAVE_PORTAUDIO
|
||||
|
||||
/* Define to 1 if you have the `pow' function. */
|
||||
|
||||
Reference in New Issue
Block a user