1
0
Fork 0
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:
winlin 2014-03-06 18:14:46 +08:00
parent dcd568a0d7
commit 10852acb25

6
trunk/configure vendored
View file

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