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-03-16 20:20:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ad05eec7a2b5c73e85f2108dfc30752d0f0eaf0f
ad05eec7
1 parent
a9da5903
arm support librtmp
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
17 行增加
和
2 行删除
trunk/configure
trunk/configure
查看文件 @
ad05eec
...
...
@@ -200,6 +200,23 @@ librtmp: server
@echo "build the client publish/play library."
\$(MAKE) -f ${SRS_OBJS}/${SRS_MAKEFILE} librtmp
END
else
cat
<< END >> ${SRS_MAKEFILE}
librtmp: server
@echo "srs-librtmp is disabled, ignore."
END
fi
SrsLibrtmpSampleCompile
=
NO
if
[
$SRS_ARM_UBUNTU12
=
NO
]
;
then
if
[
$SRS_LIBRTMP
=
YES
]
;
then
SrsLibrtmpSampleCompile
=
YES
fi
fi
if
[
$SrsLibrtmpSampleCompile
=
YES
]
;
then
cat
<< END >> ${SRS_MAKEFILE}
librtmp-sample: librtmp
@echo "build the srs-librtmp sample"
(cd research/librtmp; \$(MAKE) ${SrsLibrtmpSampleEntry})
...
...
@@ -208,8 +225,6 @@ librtmp-sample: librtmp
END
else
cat
<< END >> ${SRS_MAKEFILE}
librtmp: server
@echo "srs-librtmp is disabled, ignore."
librtmp-sample: librtmp
@echo "srs-librtmp sample is disabled, ignore."
...
...
请
注册
或
登录
后发表评论