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:48:19 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
c0498c82ee925c2272d18133291c12cba05f4e27
c0498c82
2 parents
8ad7da1c
e775eb3f
merge 2.0
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
4 行删除
trunk/src/core/srs_core.hpp
trunk/src/core/srs_core.hpp
查看文件 @
c0498c8
...
...
@@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// current release version
#define VERSION_MAJOR 3
#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
...
...
请
注册
或
登录
后发表评论