[Freeswitch-trunk] [commit] r6233 - freeswitch/trunk/src/mod/endpoints/mod_opal
Freeswitch SVN
tuyan at freeswitch.org
Mon Nov 12 21:59:53 EST 2007
Author: tuyan
Date: Mon Nov 12 21:59:52 2007
New Revision: 6233
Added:
freeswitch/trunk/src/mod/endpoints/mod_opal/fsrtp.cxx
freeswitch/trunk/src/mod/endpoints/mod_opal/fsrtp.h
Modified:
freeswitch/trunk/src/mod/endpoints/mod_opal/Makefile.am
Log:
files for rtp pairs for external and internal usage
Modified: freeswitch/trunk/src/mod/endpoints/mod_opal/Makefile.am
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_opal/Makefile.am (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_opal/Makefile.am Mon Nov 12 21:59:52 2007
@@ -19,7 +19,7 @@
# enabled the debug compile for opal and pwlib
mod_LTLIBRARIES = mod_opal.la
-mod_opal_la_SOURCES = mod_opal.cpp fsmanager.cxx fsep.cxx fsmediastream.cxx fscon.cxx opal_h323.cxx opal_sip.cxx opal_h323con.cxx
+mod_opal_la_SOURCES = mod_opal.cpp fsmanager.cxx fsep.cxx fsmediastream.cxx fscon.cxx opal_h323.cxx opal_sip.cxx opal_h323con.cxx fsrtp.cxx
mod_opal_la_CPPFLAGS = $(AM_CPPFLAGS) -D_REENTRANT -fno-exceptions -Wall -g3 -ggdb -O0 -D_DEBUG -I/home/tuyan/CODE/OPAL/pwlib/include -DPTRACING -I/home/tuyan/CODE/OPAL/opal/include -felide-constructors -Wreorder -I$(OPALDIR)/include -I$(PWLIBDIR)/include
mod_opal_la_LIBADD = $(switch_builddir)/libfreeswitch.la
mod_opal_la_LDFLAGS = -avoid-version -module -no-undefined -export-symbols-regex ^switch_module_.*$ -rpath $(PREFIX)/$(libdir) -L$(PWLIBDIR)/lib -L$(OPALDIR)/lib -lopal_linux_x86_d -lpt_linux_x86_d -lpthread -lexpat -lSDL -lresolv -ldl -fPIC -DPIC
Added: freeswitch/trunk/src/mod/endpoints/mod_opal/fsrtp.cxx
==============================================================================
Added: freeswitch/trunk/src/mod/endpoints/mod_opal/fsrtp.h
==============================================================================
More information about the Freeswitch-trunk
mailing list