summaryrefslogtreecommitdiff
path: root/pjmedia/build
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-04-20 11:10:09 +0000
committerBenny Prijono <bennylp@teluu.com>2006-04-20 11:10:09 +0000
commit9bb036e2aea4f32a394b14b85d9b83bdd081b254 (patch)
treec8ae3627bece811cc2d49832acda5475a8b5dfee /pjmedia/build
parentf57a202e450a6477dffdfd85765c31a6e8ca9270 (diff)
Added implementation of media clock and master port (to control frame timing of clock-less ports such as file reader/player)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@404 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia/build')
-rw-r--r--pjmedia/build/pjmedia.dsp23
1 files changed, 16 insertions, 7 deletions
diff --git a/pjmedia/build/pjmedia.dsp b/pjmedia/build/pjmedia.dsp
index 519678c0..97a5fce5 100644
--- a/pjmedia/build/pjmedia.dsp
+++ b/pjmedia/build/pjmedia.dsp
@@ -87,6 +87,10 @@ LIB32=link.exe -lib
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
+SOURCE=..\src\pjmedia\clock_thread.c
+# End Source File
+# Begin Source File
+
SOURCE=..\src\pjmedia\codec.c
# End Source File
# Begin Source File
@@ -123,6 +127,10 @@ SOURCE=..\src\pjmedia\jbuf.c
# End Source File
# Begin Source File
+SOURCE=..\src\pjmedia\master_port.c
+# End Source File
+# Begin Source File
+
SOURCE=..\src\pjmedia\null_port.c
# End Source File
# Begin Source File
@@ -132,13 +140,6 @@ SOURCE=..\src\pjmedia\nullsound.c
# Begin Source File
SOURCE=..\src\pjmedia\pasound.c
-
-!IF "$(CFG)" == "pjmedia - Win32 Release"
-
-!ELSEIF "$(CFG)" == "pjmedia - Win32 Debug"
-
-!ENDIF
-
# End Source File
# Begin Source File
@@ -198,6 +199,10 @@ SOURCE=..\src\pjmedia\wave.c
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
+SOURCE=..\include\pjmedia\clock.h
+# End Source File
+# Begin Source File
+
SOURCE=..\include\pjmedia\codec.h
# End Source File
# Begin Source File
@@ -234,6 +239,10 @@ SOURCE=..\include\pjmedia\jbuf.h
# End Source File
# Begin Source File
+SOURCE=..\include\pjmedia\master_port.h
+# End Source File
+# Begin Source File
+
SOURCE=..\include\pjmedia\null_port.h
# End Source File
# Begin Source File