mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine gperf build script
This commit is contained in:
parent
dcd568a0d7
commit
10852acb25
1 changed files with 1 additions and 5 deletions
6
trunk/configure
vendored
6
trunk/configure
vendored
|
@ -337,8 +337,4 @@ fi
|
|||
if [ $SRS_HTTP = YES ]; then
|
||||
echo -e "\" python ./research/api-server/server.py 8085 \" to start the api-server"
|
||||
fi
|
||||
if [ $SRS_GPERF = YES ]; then
|
||||
echo "\" env HEAPCHECK=normal ./objs/srs -c conf/srs.conf \" to start the srs live server"
|
||||
else
|
||||
echo "\" ./objs/srs -c conf/srs.conf \" to start the srs live server"
|
||||
fi
|
||||
echo "\" ./objs/srs -c conf/srs.conf \" to start the srs live server"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue