Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2015-09-17 11:41:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
087f7740b76bd36121e131486fccbb344b60b830
087f7740
1 parent
256459e1
fix the build failed bug
显示空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
5 行增加
和
2 行删除
trunk/auto/options.sh
trunk/src/app/srs_app_config.cpp
trunk/src/app/srs_app_config.hpp
trunk/auto/options.sh
查看文件 @
087f774
...
...
@@ -605,7 +605,7 @@ function apply_user_presets() {
SRS_HTTP_API
=
YES
SRS_LIBRTMP
=
YES
SRS_RESEARCH
=
NO
SRS_UTEST
=
NO
SRS_UTEST
=
YES
SRS_GPERF
=
NO
SRS_GPERF_MC
=
NO
SRS_GPERF_MP
=
NO
...
...
trunk/src/app/srs_app_config.cpp
查看文件 @
087f774
...
...
@@ -436,7 +436,6 @@ SrsConfDirective* SrsConfDirective::copy()
cp
->
conf_line
=
conf_line
;
cp
->
name
=
name
;
cp
->
args
=
args
;
cp
->
create_time
=
create_time
;
for
(
int
i
=
0
;
i
<
(
int
)
directives
.
size
();
i
++
)
{
SrsConfDirective
*
directive
=
directives
.
at
(
i
);
...
...
trunk/src/app/srs_app_config.hpp
查看文件 @
087f774
...
...
@@ -190,6 +190,10 @@ private:
*/
virtual
int
parse_conf
(
_srs_internal
::
SrsConfigBuffer
*
buffer
,
SrsDirectiveType
type
);
/**
* deep copy the directive.
*/
virtual
SrsConfDirective
*
copy
();
/**
* read a token from buffer.
* a token, is the directive args and a flag indicates whether has child-directives.
* @param args, the output directive args, the first is the directive name, left is the args.
...
...
请
注册
或
登录
后发表评论