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
2014-11-27 18:50:54 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
14fca601f9b7e67d2571451f73d1949060d089fe
14fca601
2 parents
03f72fb1
9c033c7d
merge from 1.0 hotfix. 3.0.35
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
3 行增加
和
3 行删除
trunk/src/core/srs_core.hpp
trunk/src/main/srs_main_server.cpp
trunk/src/core/srs_core.hpp
查看文件 @
14fca60
...
...
@@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// current release version
#define VERSION_MAJOR 2
#define VERSION_MINOR 0
#define VERSION_REVISION 3
4
#define VERSION_REVISION 3
5
// server info.
#define RTMP_SIG_SRS_KEY "SRS"
#define RTMP_SIG_SRS_ROLE "origin/edge server"
...
...
trunk/src/main/srs_main_server.cpp
查看文件 @
14fca60
...
...
@@ -164,12 +164,12 @@ int main(int argc, char** argv)
ProfilerStart
(
"gperf.srs.gcp"
);
#endif
// directly compile error when these two macro defines.
#if defined(SRS_AUTO_GPERF_MC) && defined(SRS_AUTO_GPERF_MP)
srs_error
(
"option --with-gmc confict with --with-gmp, "
#error
("option --with-gmc confict with --with-gmp, "
"@see: http://google-perftools.googlecode.com/svn/trunk/doc/heap_checker.html
\n
"
"Note that since the heap-checker uses the heap-profiling framework internally, "
"it is not possible to run both the heap-checker and heap profiler at the same time"
);
return
-
1
;
#endif
// never use srs log(srs_trace, srs_error, etc) before config parse the option,
...
...
请
注册
或
登录
后发表评论