1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

create log dir

This commit is contained in:
winlin 2014-02-28 21:07:46 +08:00
parent 985034860c
commit bcb719bf18
2 changed files with 9 additions and 2 deletions

6
trunk/configure vendored
View file

@ -162,6 +162,12 @@ BUILD_KEY="bandwidth" APP_MAIN="srs_main_bandcheck" APP_NAME="bandwidth" SO_PATH
echo 'configure ok! '
#####################################################################################
# when configure success, prepare build
#####################################################################################
# create objs/logs for ffmpeg to write log.
mkdir -p ${SRS_OBJS}/logs
#####################################################################################
# configure summary
#####################################################################################