]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
working on build integration for libunimrcp
authorMichael Jerris <mike@jerris.com>
Tue, 16 Jun 2009 22:41:26 +0000 (22:41 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 16 Jun 2009 22:41:26 +0000 (22:41 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13793 d0543943-73ff-0310-b7d9-9358b9ac24b2

bootstrap.sh
configure.in
libs/unimrcp/.update [new file with mode: 0644]
libs/unimrcp/configure.gnu [new file with mode: 0644]
src/mod/asr_tts/mod_unimrcp/Makefile

index f041c2a24dec220840d3300a60f2630e120c89c8..5896bf4063b301841b6ca87ac1bfc379a64badeb 100755 (executable)
@@ -5,7 +5,7 @@ BASEDIR=`pwd`;
 LIBDIR=${BASEDIR}/libs;
 SUBDIRS="ilbc curl iksemel voipcodecs \
         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 
index ada247fd460ab5ffe0ad7da2e93e3216519d2adf..3bfa6a374a015fc024b3a9b61973b4f46de625e2 100644 (file)
@@ -815,6 +815,7 @@ AC_CONFIG_SUBDIRS(libs/sofia-sip)
 AC_CONFIG_SUBDIRS(libs/speex)
 AC_CONFIG_SUBDIRS(libs/portaudio)
 AC_CONFIG_SUBDIRS(libs/openzap)
+AC_CONFIG_SUBDIRS(libs/unimrcp)
 AC_CHECK_LIB([tiff], [TIFFOpen], AC_CONFIG_SUBDIRS(libs/spandsp), , -lm)
 
 AC_OUTPUT
diff --git a/libs/unimrcp/.update b/libs/unimrcp/.update
new file mode 100644 (file)
index 0000000..d8ab9c6
--- /dev/null
@@ -0,0 +1 @@
+Tue Jun 16 17:36:06 CDT 2009
diff --git a/libs/unimrcp/configure.gnu b/libs/unimrcp/configure.gnu
new file mode 100644 (file)
index 0000000..cd0d8ce
--- /dev/null
@@ -0,0 +1,3 @@
+#! /bin/sh
+./configure "$@" --with-apr=../apr --disable-shared --with-pic --with-apr-utils=../apr-utils --with-sofia-sip=../sofia-sip
+
index 39a7b42d146d8e1416bd3c41d975d8fd9c223413..949de8c720c06cb9bfed3702fb8730c049ea666d 100644 (file)
@@ -21,7 +21,7 @@ LOCAL_LIBADD=$(UNIMRCPLA)
 
 include $(BASE)/build/modmake.rules
 
-$(UNIMRCPLA): $(UNIMRCP_DIR)
+$(UNIMRCPLA): $(UNIMRCP_DIR) $(UNIMRCP_DIR)/.update
        cd $(UNIMRCP_DIR) && $(MAKE)
        $(TOUCH_TARGET)