Search
j0ke.net Open Build Service
>
Projects
>
server:telephony
>
asterisk162
> asterisk162.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File asterisk162.patch of Package asterisk162 (Revision 17)
Currently displaying revision
17
,
show latest
--- makeopts.in.orig 2008-03-20 09:58:37.000000000 +0100 +++ makeopts.in 2008-03-20 09:59:32.000000000 +0100 @@ -157,6 +157,9 @@ RADIUS_INCLUDE=@RADIUS_INCLUDE@ RADIUS_LIB=@RADIUS_LIB@ +SPANDSP_INCLUDE=@SPANDSP_INCLUDE@ +SPANDSP_LIB=@SPANDSP_LIB@ + FFMPEG_INCLUDE=@FFMPEG_INCLUDE@ FFMPEG_LIB=@FFMPEG_LIB@ --- configure.ac.orig 2010-06-08 00:13:04.000000000 +0200 +++ configure.ac 2010-08-26 22:53:31.262019647 +0200 @@ -335,6 +335,7 @@ AST_EXT_LIB_SETUP_DEPENDENT([PRI_INBANDDISCONNECT], [ISDN PRI set_inbanddisconnect], [PRI], [pri]) AST_EXT_LIB_SETUP([PWLIB], [PWlib], [pwlib]) AST_EXT_LIB_SETUP([RADIUS], [Radius Client], [radius]) +AST_EXT_LIB_SETUP([SPANDSP], [spandsp Library], [spandsp]) AST_EXT_LIB_SETUP([RESAMPLE], [LIBRESAMPLE], [resample]) AST_EXT_LIB_SETUP([SDL], [Sdl], [sdl]) AST_EXT_LIB_SETUP([SDL_IMAGE], [Sdl Image], [SDL_image]) @@ -1599,6 +1600,8 @@ AC_SUBST(AIS_INCLUDE) AC_SUBST(AIS_LIB) +AST_EXT_LIB_CHECK([SPANDSP], [spandsp], [fax_init], [spandsp.h], [-ltiff]) + AST_EXT_LIB_CHECK([SPEEX], [speex], [speex_encode], [speex/speex.h], [-lm]) # See if the main speex library contains the preprocess functions