mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-31 02:33:44 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@282 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
dcc5720728
commit
16d6848af7
@ -107,6 +107,7 @@ depends:
|
|||||||
./buildlib.sh . install libresample-0.1.3.tgz --prefix=$(PREFIX)
|
./buildlib.sh . install libresample-0.1.3.tgz --prefix=$(PREFIX)
|
||||||
cp libs/libresample-0.1.3/*.a $(PREFIX)/lib
|
cp libs/libresample-0.1.3/*.a $(PREFIX)/lib
|
||||||
cp libs/libresample-0.1.3/include/* $(PREFIX)/include
|
cp libs/libresample-0.1.3/include/* $(PREFIX)/include
|
||||||
|
ranlib $(PREFIX)/lib/libresample.a
|
||||||
|
|
||||||
modules: $(NAME)
|
modules: $(NAME)
|
||||||
@echo making modules
|
@echo making modules
|
||||||
|
@ -970,6 +970,7 @@ depends:
|
|||||||
./buildlib.sh . install libresample-0.1.3.tgz --prefix=$(PREFIX)
|
./buildlib.sh . install libresample-0.1.3.tgz --prefix=$(PREFIX)
|
||||||
cp libs/libresample-0.1.3/*.a $(PREFIX)/lib
|
cp libs/libresample-0.1.3/*.a $(PREFIX)/lib
|
||||||
cp libs/libresample-0.1.3/include/* $(PREFIX)/include
|
cp libs/libresample-0.1.3/include/* $(PREFIX)/include
|
||||||
|
ranlib $(PREFIX)/lib/libresample.a
|
||||||
|
|
||||||
modules: $(NAME)
|
modules: $(NAME)
|
||||||
@echo making modules
|
@echo making modules
|
||||||
|
@ -237,12 +237,12 @@ PERL_PATH = /usr/bin/perl
|
|||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
CLASS_DIAGRAMS = YES
|
CLASS_DIAGRAMS = YES
|
||||||
HIDE_UNDOC_RELATIONS = YES
|
HIDE_UNDOC_RELATIONS = YES
|
||||||
HAVE_DOT = NO
|
HAVE_DOT = YES
|
||||||
CLASS_GRAPH = YES
|
CLASS_GRAPH = YES
|
||||||
COLLABORATION_GRAPH = YES
|
COLLABORATION_GRAPH = YES
|
||||||
GROUP_GRAPHS = YES
|
GROUP_GRAPHS = YES
|
||||||
UML_LOOK = NO
|
UML_LOOK = NO
|
||||||
TEMPLATE_RELATIONS = NO
|
TEMPLATE_RELATIONS = YES
|
||||||
INCLUDE_GRAPH = YES
|
INCLUDE_GRAPH = YES
|
||||||
INCLUDED_BY_GRAPH = YES
|
INCLUDED_BY_GRAPH = YES
|
||||||
CALL_GRAPH = NO
|
CALL_GRAPH = NO
|
||||||
|
@ -566,7 +566,7 @@ SWITCH_DECLARE(switch_status) switch_core_session_set_read_codec(switch_core_ses
|
|||||||
SWITCH_DECLARE(switch_status) switch_core_session_set_write_codec(switch_core_session *session, switch_codec *codec);
|
SWITCH_DECLARE(switch_status) switch_core_session_set_write_codec(switch_core_session *session, switch_codec *codec);
|
||||||
///\}
|
///\}
|
||||||
|
|
||||||
///\defgroup db Databse Functions
|
///\defgroup db Database Functions
|
||||||
///\ingroup core1
|
///\ingroup core1
|
||||||
///\{
|
///\{
|
||||||
/*!
|
/*!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user