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:
parent
37e53f3735
commit
cdd548004c
3 changed files with 4 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
|||
ts_info: ts_info.cpp Makefile
|
||||
g++ -o ts_info ts_info.cpp -g -O0 -ansi
|
||||
ts_info: ts_info.cc Makefile
|
||||
g++ -o ts_info ts_info.cc -g -O0 -ansi
|
||||
|
|
|
@ -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
|
||||
// for int64_t print using PRId64 format.
|
|
@ -43,7 +43,7 @@ file
|
|||
..\core\srs_core_log.hpp,
|
||||
..\core\srs_core_log.cpp,
|
||||
research readonly separator,
|
||||
..\..\research\ts_info.cpp;
|
||||
..\..\research\ts_info.cc;
|
||||
mainconfig
|
||||
"" = "MAIN";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue