[svn-commits] qwell: branch qwell/pjsip-shared-libs r381765 - in /team/qwell/pjsip-shared-l...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Feb 19 13:09:05 CST 2013


Author: qwell
Date: Tue Feb 19 13:09:01 2013
New Revision: 381765

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=381765
Log:
Add pjmedia to build system.

Modified:
    team/qwell/pjsip-shared-libs/build_tools/menuselect-deps.in
    team/qwell/pjsip-shared-libs/configure.ac
    team/qwell/pjsip-shared-libs/include/asterisk/autoconfig.h.in
    team/qwell/pjsip-shared-libs/makeopts.in

Modified: team/qwell/pjsip-shared-libs/build_tools/menuselect-deps.in
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pjsip-shared-libs/build_tools/menuselect-deps.in?view=diff&rev=381765&r1=381764&r2=381765
==============================================================================
--- team/qwell/pjsip-shared-libs/build_tools/menuselect-deps.in (original)
+++ team/qwell/pjsip-shared-libs/build_tools/menuselect-deps.in Tue Feb 19 13:09:01 2013
@@ -46,6 +46,7 @@
 PGSQL=@PBX_PGSQL@
 PJLIB=@PBX_PJLIB@
 PJLIB_UTIL=@PBX_PJLIB_UTIL@
+PJMEDIA=@PBX_PJMEDIA@
 PJNATH=@PBX_PJNATH@
 POPT=@PBX_POPT@
 PORTAUDIO=@PBX_PORTAUDIO@

Modified: team/qwell/pjsip-shared-libs/configure.ac
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pjsip-shared-libs/configure.ac?view=diff&rev=381765&r1=381764&r2=381765
==============================================================================
--- team/qwell/pjsip-shared-libs/configure.ac (original)
+++ team/qwell/pjsip-shared-libs/configure.ac Tue Feb 19 13:09:01 2013
@@ -429,6 +429,7 @@
 AST_EXT_LIB_SETUP([PGSQL], [PostgreSQL], [postgres])
 AST_EXT_LIB_SETUP([PJLIB], [PJLIB], [pj])
 AST_EXT_LIB_SETUP([PJLIB_UTIL], [PJLIB-Util], [pjlib-util])
+AST_EXT_LIB_SETUP([PJMEDIA], [PJMEDIA], [pjmedia])
 AST_EXT_LIB_SETUP([PJNATH], [PJSIP NAT Helper], [pjnath])
 AST_EXT_LIB_SETUP([POPT], [popt], [popt])
 AST_EXT_LIB_SETUP([PORTAUDIO], [PortAudio], [portaudio])
@@ -1992,6 +1993,7 @@
 
 AST_EXT_LIB_CHECK([PJLIB], [pj], [pj_init], [pjlib.h])
 AST_EXT_LIB_CHECK([PJLIB_UTIL], [pjlib-util], [pjlib_util_init], [pjlib-util.h])
+AST_EXT_LIB_CHECK([PJMEDIA], [pjmedia], [pjmedia_session_create], [pjmedia.h])
 AST_EXT_LIB_CHECK([PJNATH], [pjnath], [pjnath_init], [pjnath.h])
 AST_EXT_LIB_CHECK([POPT], [popt], [poptStrerror], [popt.h])
 

Modified: team/qwell/pjsip-shared-libs/include/asterisk/autoconfig.h.in
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pjsip-shared-libs/include/asterisk/autoconfig.h.in?view=diff&rev=381765&r1=381764&r2=381765
==============================================================================
--- team/qwell/pjsip-shared-libs/include/asterisk/autoconfig.h.in (original)
+++ team/qwell/pjsip-shared-libs/include/asterisk/autoconfig.h.in Tue Feb 19 13:09:01 2013
@@ -556,6 +556,9 @@
 
 /* Define to 1 if you have the PJLIB-Util library. */
 #undef HAVE_PJLIB_UTIL
+
+/* Define to 1 if you have the PJMEDIA library. */
+#undef HAVE_PJMEDIA
 
 /* Define to 1 if you have the PJSIP NAT Helper library. */
 #undef HAVE_PJNATH

Modified: team/qwell/pjsip-shared-libs/makeopts.in
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pjsip-shared-libs/makeopts.in?view=diff&rev=381765&r1=381764&r2=381765
==============================================================================
--- team/qwell/pjsip-shared-libs/makeopts.in (original)
+++ team/qwell/pjsip-shared-libs/makeopts.in Tue Feb 19 13:09:01 2013
@@ -224,6 +224,9 @@
 PJLIB_UTIL_INCLUDE=@PJLIB_UTIL_INCLUDE@
 PJLIB_UTIL_LIB=@PJLIB_UTIL_LIB@
 
+PJMEDIA_INCLUDE=@PJMEDIA_INCLUDE@
+PJMEDIA_LIB=@PJMEDIA_LIB@
+
 PJNATH_INCLUDE=@PJNATH_INCLUDE@
 PJNATH_LIB=@PJNATH_LIB@
 




More information about the svn-commits mailing list