mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-30 05:56:12 +00:00
spandsp build integration
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9426 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
1e177dbd2b
commit
c986bb4406
@ -5,7 +5,7 @@ BASEDIR=`pwd`;
|
|||||||
LIBDIR=${BASEDIR}/libs;
|
LIBDIR=${BASEDIR}/libs;
|
||||||
SUBDIRS="codec/ilbc curl iksemel voipcodecs \
|
SUBDIRS="codec/ilbc curl iksemel voipcodecs \
|
||||||
js js/nsprpub libdingaling libedit libresample libsndfile pcre sofia-sip \
|
js js/nsprpub libdingaling libedit libresample libsndfile pcre sofia-sip \
|
||||||
speex sqlite srtp openzap";
|
speex sqlite srtp openzap spandsp";
|
||||||
|
|
||||||
|
|
||||||
if [ ! -f modules.conf ]; then
|
if [ ! -f modules.conf ]; then
|
||||||
|
@ -7,6 +7,7 @@ applications/mod_conference
|
|||||||
applications/mod_dptools
|
applications/mod_dptools
|
||||||
applications/mod_enum
|
applications/mod_enum
|
||||||
applications/mod_fifo
|
applications/mod_fifo
|
||||||
|
#applications/mod_fax
|
||||||
applications/mod_voicemail
|
applications/mod_voicemail
|
||||||
applications/mod_limit
|
applications/mod_limit
|
||||||
applications/mod_expr
|
applications/mod_expr
|
||||||
|
@ -659,6 +659,7 @@ AC_CONFIG_SUBDIRS(libs/libresample)
|
|||||||
if test "$enable_core_libedit_support" = "yes" ; then
|
if test "$enable_core_libedit_support" = "yes" ; then
|
||||||
AC_CONFIG_SUBDIRS(libs/libedit)
|
AC_CONFIG_SUBDIRS(libs/libedit)
|
||||||
fi
|
fi
|
||||||
|
AC_CONFIG_SUBDIRS(libs/spandsp)
|
||||||
AC_CONFIG_SUBDIRS(libs/pcre)
|
AC_CONFIG_SUBDIRS(libs/pcre)
|
||||||
AC_CONFIG_SUBDIRS(libs/apr)
|
AC_CONFIG_SUBDIRS(libs/apr)
|
||||||
AC_CONFIG_SUBDIRS(libs/apr-util)
|
AC_CONFIG_SUBDIRS(libs/apr-util)
|
||||||
|
1
libs/spandsp/.update
Normal file
1
libs/spandsp/.update
Normal file
@ -0,0 +1 @@
|
|||||||
|
Wed Sep 3 14:32:49 CDT 2008
|
7489
libs/spandsp/aclocal.m4
vendored
7489
libs/spandsp/aclocal.m4
vendored
File diff suppressed because it is too large
Load Diff
3
libs/spandsp/configure.gnu
Executable file
3
libs/spandsp/configure.gnu
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#! /bin/sh
|
||||||
|
./configure "$@" --disable-shared --with-pic
|
||||||
|
|
13
src/mod/applications/mod_fax/Makefile
Normal file
13
src/mod/applications/mod_fax/Makefile
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
BASE=../../../..
|
||||||
|
|
||||||
|
SPANDSP_DIR=$(BASE)/libs/spandsp
|
||||||
|
SPANDSP_LA=$(SPANDSP_DIR)/src/libspandsp.la
|
||||||
|
|
||||||
|
LOCAL_CFLAGS=-I$(SPANDSP_DIR)/src
|
||||||
|
LOCAL_LIBADD=$(SPANDSP_LA)
|
||||||
|
|
||||||
|
include $(BASE)/build/modmake.rules
|
||||||
|
|
||||||
|
$(SPANDSP_LA): $(SPANDSP_DIR) $(SPANDSP_DIR)/.update
|
||||||
|
cd $(SPANDSP_DIR) && $(MAKE)
|
||||||
|
$(TOUCH_TARGET)
|
Loading…
x
Reference in New Issue
Block a user