1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

rename ts_info.cpp to ts_info.cc

This commit is contained in:
winlin 2013-11-23 11:29:30 +08:00
parent 37e53f3735
commit cdd548004c
3 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
ts_info: ts_info.cpp Makefile ts_info: ts_info.cc Makefile
g++ -o ts_info ts_info.cpp -g -O0 -ansi g++ -o ts_info ts_info.cc -g -O0 -ansi

View file

@ -1,5 +1,5 @@
/** /**
g++ -o ts_info ts_info.cpp -g -O0 -ansi g++ -o ts_info ts_info.cc -g -O0 -ansi
*/ */
#if 1 #if 1
// for int64_t print using PRId64 format. // for int64_t print using PRId64 format.

View file

@ -43,7 +43,7 @@ file
..\core\srs_core_log.hpp, ..\core\srs_core_log.hpp,
..\core\srs_core_log.cpp, ..\core\srs_core_log.cpp,
research readonly separator, research readonly separator,
..\..\research\ts_info.cpp; ..\..\research\ts_info.cc;
mainconfig mainconfig
"" = "MAIN"; "" = "MAIN";