mirror of https://github.com/ossrs/srs.git
rename ts_info.cpp to ts_info.cc
parent
37e53f3735
commit
cdd548004c
@ -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.
|
Loading…
Reference in New Issue