|
[Openh323-cvs] opal/samples/jester main.cxx,1.10,1.11
From: Robert Jongbloed <rjongbloed@us...> - 2007-01-13 00:05
|
Update of /cvsroot/openh323/opal/samples/jester
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9573
Modified Files:
main.cxx
Log Message:
Fixed compilation on DevStudio 2003
Index: main.cxx
===================================================================
RCS file: /cvsroot/openh323/opal/samples/jester/main.cxx,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** main.cxx 12 Jan 2007 10:00:57 -0000 1.10
--- main.cxx 13 Jan 2007 00:05:40 -0000 1.11
***************
*** 23,26 ****
--- 23,29 ----
*
* $Log$
+ * Revision 1.11 2007/01/13 00:05:40 rjongbloed
+ * Fixed compilation on DevStudio 2003
+ *
* Revision 1.10 2007/01/12 10:00:57 dereksmithies
* bring it up to date so it compiles.
***************
*** 177,185 ****
wavFile = args.GetOptionString('w');
else {
- #ifdef P_LINUX
wavFile = "../../../contrib/openam/sample_message.wav";
- #else
- wavFile = "..\..\..\contrib\openam\sample_message.wav";
- #endif
}
--- 180,184 ----
***************
*** 296,301 ****
RTP_DataFrame readFrame;
PAdaptiveDelay readDelay;
! BYTE silence[bytesPerBlock];
! memset(silence, 0, bytesPerBlock);
consumeTimestamp = 0;
consumeIndex = 0;
--- 295,299 ----
RTP_DataFrame readFrame;
PAdaptiveDelay readDelay;
! PBYTEArray silence(bytesPerBlock);
consumeTimestamp = 0;
consumeIndex = 0;
|
| Thread | Author | Date |
|---|---|---|
| [Openh323-cvs] opal/samples/jester main.cxx,1.10,1.11 | Robert Jongbloed <rjongbloed@us...> |