Make NetEqRTPplay build with logging enabled on linux
Removed some platform specific path tools so that NetEqRTPplay can be built with NETEQ_DELAY_LOGGING enabled on linux (and other platforms). Review URL: http://webrtc-codereview.appspot.com/24009 git-svn-id: http://webrtc.googlecode.com/svn/trunk@28 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
9ed826feea
commit
607f534f65
@ -328,9 +328,12 @@ int main(int argc, char* argv[])
|
||||
|
||||
#ifdef NETEQ_DELAY_LOGGING
|
||||
char delayfile[MY_MAX_PATH];
|
||||
|
||||
#ifdef WIN32
|
||||
_splitpath(outfilename,outdrive,outpath,outfile,outext);
|
||||
_makepath(delayfile,outdrive,outpath,outfile,"d");
|
||||
#else
|
||||
sprintf(delayfile, "%s.d", outfilename);
|
||||
#endif
|
||||
delay_fid2 = fopen(delayfile,"wb");
|
||||
fprintf(delay_fid2, "#!NetEQ_Delay_Logging%s\n", NETEQ_DELAY_LOGGING_VERSION_STRING);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user