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
2016-09-03 18:47:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e775eb3ff228bea94bee2d4ea8b3b7f00d6355c4
e775eb3f
1 parent
958e20a5
support all arm for patched st. 2.0.212
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
4 行删除
README.md
trunk/src/core/srs_core.hpp
README.md
查看文件 @
e775eb3
...
...
@@ -340,6 +340,7 @@ Remark:
## History
*
v2.0, 2016-09-03, support all arm for
[
patched st
](
https://github.com/ossrs/state-threads/issues/1
)
. 2.0.212
*
v2.0, 2016-09-01, workaround
[
#511
][
bug #511
]
the fly stfd in close. 2.0.211
*
v2.0, 2016-08-30, comment the pcr.
*
v2.0, 2016-08-18, fix
[
srs-librtmp#4
](
https://github.com/ossrs/srs-librtmp/issues/4
)
filter frame.
...
...
trunk/src/core/srs_core.hpp
查看文件 @
e775eb3
...
...
@@ -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 21
1
#define VERSION_REVISION 21
2
// generated by configure, only macros.
#include <srs_auto_headers.hpp>
...
...
@@ -136,8 +136,5 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#if !defined(__amd64__) && !defined(__x86_64__) && !defined(__i386__) && !defined(__arm__)
#error "only support i386/amd64/x86_64/arm cpu"
#endif
#if defined(__arm__) && (__GLIBC__ != 2 || __GLIBC_MINOR__ > 15)
#error "for arm, only support glibc <= 2.15"
#endif
#endif
...
...
请
注册
或
登录
后发表评论