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-04-05 14:17:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2949c751f6d1e9442061531cf9c0e33a0ce3c43c
2949c751
1 parent
43979f75
update install, create http root
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
3 行增加
和
1 行删除
trunk/auto/options.sh
trunk/configure
trunk/auto/options.sh
查看文件 @
2949c75
...
...
@@ -168,7 +168,7 @@ if [ $SRS_DEV = YES ]; then
SRS_NGINX
=
YES
SRS_SSL
=
YES
SRS_FFMPEG
=
YES
if
[
$SRS_HTTP_CALLBACK
=
RESERVED
]
;
then
SRS_HTTP_CALLBACK
=
YES;
fi
SRS_HTTP_CALLBACK
=
YES
SRS_HTTP_SERVER
=
YES
SRS_HTTP_API
=
YES
SRS_LIBRTMP
=
YES
...
...
trunk/configure
查看文件 @
2949c75
...
...
@@ -255,6 +255,8 @@ install-api: install
install:
@echo "mkdir \$(DESTDIR)"
@mkdir -p \$(DESTDIR)
@echo "make the http root dir"
@mkdir -p \$(DESTDIR)/objs/nginx/html
@echo "copy binary files"
@mkdir -p \$(DESTDIR)/objs
@cp objs/srs \$(DESTDIR)/objs
...
...
请
注册
或
登录
后发表评论