1
0
Fork 0
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:
winlin 2014-03-24 18:07:32 +08:00
parent 8e43c941ed
commit c3e750e90f
2 changed files with 2 additions and 1 deletions

1
trunk/configure vendored
View file

@ -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)"