working on build integration for libunimrcp
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13793 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
4691e9157d
commit
dfbd361b9d
|
@ -5,7 +5,7 @@ BASEDIR=`pwd`;
|
||||||
LIBDIR=${BASEDIR}/libs;
|
LIBDIR=${BASEDIR}/libs;
|
||||||
SUBDIRS="ilbc curl iksemel voipcodecs \
|
SUBDIRS="ilbc curl iksemel voipcodecs \
|
||||||
js js/nsprpub libdingaling libedit libsndfile pcre sofia-sip \
|
js js/nsprpub libdingaling libedit libsndfile pcre sofia-sip \
|
||||||
speex sqlite srtp openzap spandsp libg722_1 portaudio";
|
speex sqlite srtp openzap spandsp libg722_1 portaudio unimrcp";
|
||||||
|
|
||||||
|
|
||||||
if [ ! -f modules.conf ]; then
|
if [ ! -f modules.conf ]; then
|
||||||
|
|
|
@ -815,6 +815,7 @@ AC_CONFIG_SUBDIRS(libs/sofia-sip)
|
||||||
AC_CONFIG_SUBDIRS(libs/speex)
|
AC_CONFIG_SUBDIRS(libs/speex)
|
||||||
AC_CONFIG_SUBDIRS(libs/portaudio)
|
AC_CONFIG_SUBDIRS(libs/portaudio)
|
||||||
AC_CONFIG_SUBDIRS(libs/openzap)
|
AC_CONFIG_SUBDIRS(libs/openzap)
|
||||||
|
AC_CONFIG_SUBDIRS(libs/unimrcp)
|
||||||
AC_CHECK_LIB([tiff], [TIFFOpen], AC_CONFIG_SUBDIRS(libs/spandsp), , -lm)
|
AC_CHECK_LIB([tiff], [TIFFOpen], AC_CONFIG_SUBDIRS(libs/spandsp), , -lm)
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Tue Jun 16 17:36:06 CDT 2009
|
|
@ -0,0 +1,3 @@
|
||||||
|
#! /bin/sh
|
||||||
|
./configure "$@" --with-apr=../apr --disable-shared --with-pic --with-apr-utils=../apr-utils --with-sofia-sip=../sofia-sip
|
||||||
|
|
|
@ -21,7 +21,7 @@ LOCAL_LIBADD=$(UNIMRCPLA)
|
||||||
|
|
||||||
include $(BASE)/build/modmake.rules
|
include $(BASE)/build/modmake.rules
|
||||||
|
|
||||||
$(UNIMRCPLA): $(UNIMRCP_DIR)
|
$(UNIMRCPLA): $(UNIMRCP_DIR) $(UNIMRCP_DIR)/.update
|
||||||
cd $(UNIMRCP_DIR) && $(MAKE)
|
cd $(UNIMRCP_DIR) && $(MAKE)
|
||||||
$(TOUCH_TARGET)
|
$(TOUCH_TARGET)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue