add version to log
This commit is contained in:
parent
8e43c941ed
commit
c3e750e90f
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…
Reference in New Issue
Block a user