提交 dfbd361b authored 作者: Michael Jerris's avatar Michael Jerris

working on build integration for libunimrcp

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13793 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 4691e915
...@@ -5,7 +5,7 @@ BASEDIR=`pwd`; ...@@ -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) ...@@ -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
Tue Jun 16 17:36:06 CDT 2009
#! /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) ...@@ -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)
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论