mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	Add configure script checking for portaudio.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95383 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -20,6 +20,7 @@ OSPTK=@PBX_OSPTK@ | ||||
| OSSAUDIO=@PBX_OSS@ | ||||
| PGSQL=@PBX_PGSQL@ | ||||
| POPT=@PBX_POPT@ | ||||
| PORTAUDIO=@PBX_PORTAUDIO@ | ||||
| PRI=@PBX_PRI@ | ||||
| SS7=@PBX_SS7@ | ||||
| QT=@PBX_QT@ | ||||
|   | ||||
| @@ -225,8 +225,9 @@ AST_EXT_LIB_SETUP([UNIXODBC], [unixODBC], [odbc]) | ||||
| AST_EXT_LIB_SETUP([OGG], [OGG], [ogg]) | ||||
| AST_EXT_LIB_SETUP([OSPTK], [OSP Toolkit], [osptk]) | ||||
| AST_EXT_LIB_SETUP([OSS], [Open Sound System], [oss]) | ||||
| AST_EXT_LIB_SETUP([POPT], [popt], [popt]) | ||||
| AST_EXT_LIB_SETUP([PGSQL], [PostgreSQL], [postgres]) | ||||
| AST_EXT_LIB_SETUP([POPT], [popt], [popt]) | ||||
| AST_EXT_LIB_SETUP([PORTAUDIO], [PortAudio], [portaudio]) | ||||
| AST_EXT_LIB_SETUP([PRI], [ISDN PRI], [pri]) | ||||
| AST_EXT_LIB_SETUP([SS7], [ISDN SS7], [ss7]) | ||||
| AST_EXT_LIB_SETUP([PWLIB], [PWlib], [pwlib]) | ||||
| @@ -912,6 +913,8 @@ fi | ||||
|  | ||||
| AST_EXT_LIB_CHECK([POPT], [popt], [poptStrerror], [popt.h]) | ||||
|  | ||||
| AST_EXT_LIB_CHECK([PORTAUDIO], [portaudio], [Pa_GetDeviceCount], [portaudio.h]) | ||||
|  | ||||
| AST_EXT_LIB_CHECK([PRI], [pri], [pri_new_bri], [libpri.h]) | ||||
|  | ||||
| AST_EXT_LIB_CHECK([SS7], [ss7], [isup_cqr], [libss7.h]) | ||||
|   | ||||
| @@ -133,6 +133,9 @@ PGSQL_LIB=@PGSQL_LIB@ | ||||
| POPT_INCLUDE=@POPT_INCLUDE@ | ||||
| POPT_LIB=@POPT_LIB@ | ||||
|  | ||||
| PORTAUDIO_INCLUDE=@PORTAUDIO_INCLUDE@ | ||||
| PORTAUDIO_LIB=@PORTAUDIO_LIB@ | ||||
|  | ||||
| PRI_INCLUDE=@PRI_INCLUDE@ | ||||
| PRI_LIB=@PRI_LIB@ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user