]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
files for rtp pairs for external and internal usage
authorTuyan Özipek <tuyanozipek@gmail.com>
Tue, 13 Nov 2007 02:59:52 +0000 (02:59 +0000)
committerTuyan Özipek <tuyanozipek@gmail.com>
Tue, 13 Nov 2007 02:59:52 +0000 (02:59 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6233 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_opal/Makefile.am
src/mod/endpoints/mod_opal/fsrtp.cxx [new file with mode: 0644]
src/mod/endpoints/mod_opal/fsrtp.h [new file with mode: 0644]

index afcef1b518db9146ae136b66add1945594b00579..5e38d3f6058b56163d400c473f81a49439215b1e 100644 (file)
@@ -19,7 +19,7 @@ CC=g++
 
 # 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
diff --git a/src/mod/endpoints/mod_opal/fsrtp.cxx b/src/mod/endpoints/mod_opal/fsrtp.cxx
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/src/mod/endpoints/mod_opal/fsrtp.h b/src/mod/endpoints/mod_opal/fsrtp.h
new file mode 100644 (file)
index 0000000..e69de29