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:
parent
985034860c
commit
bcb719bf18
2 changed files with 9 additions and 2 deletions
6
trunk/configure
vendored
6
trunk/configure
vendored
|
@ -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
|
||||
#####################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue