mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add version to log
This commit is contained in:
parent
8e43c941ed
commit
c3e750e90f
2 changed files with 2 additions and 1 deletions
1
trunk/configure
vendored
1
trunk/configure
vendored
|
@ -204,6 +204,7 @@ clean:
|
|||
(cd ${SRS_OBJS}; rm -f rm -rf srs bandwidth srs_utest)
|
||||
(cd ${SRS_OBJS}; rm -rf src research include lib utest)
|
||||
(cd research/librtmp; make clean)
|
||||
(cd research/api-server/static-dir; rm -rf crossdomain.xml forward live players)
|
||||
|
||||
server: _prepare_dir
|
||||
@echo "build the srs(simple rtmp server) over st(state-threads)"
|
||||
|
|
|
@ -131,7 +131,7 @@ int main(int argc, char** argv)
|
|||
{
|
||||
int ret = ERROR_SUCCESS;
|
||||
|
||||
srs_trace("srs(simple-rtmp-server)");
|
||||
srs_trace("srs(simple-rtmp-server) "RTMP_SIG_SRS_VERSION);
|
||||
|
||||
// TODO: support both little and big endian.
|
||||
srs_assert(srs_is_little_endian());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue