正在显示
2 个修改的文件
包含
2 行增加
和
4 行删除
| @@ -340,6 +340,7 @@ Remark: | @@ -340,6 +340,7 @@ Remark: | ||
| 340 | 340 | ||
| 341 | ## History | 341 | ## History |
| 342 | 342 | ||
| 343 | +* v2.0, 2016-09-03, support all arm for [patched st](https://github.com/ossrs/state-threads/issues/1). 2.0.212 | ||
| 343 | * v2.0, 2016-09-01, workaround [#511][bug #511] the fly stfd in close. 2.0.211 | 344 | * v2.0, 2016-09-01, workaround [#511][bug #511] the fly stfd in close. 2.0.211 |
| 344 | * v2.0, 2016-08-30, comment the pcr. | 345 | * v2.0, 2016-08-30, comment the pcr. |
| 345 | * v2.0, 2016-08-18, fix [srs-librtmp#4](https://github.com/ossrs/srs-librtmp/issues/4) filter frame. | 346 | * v2.0, 2016-08-18, fix [srs-librtmp#4](https://github.com/ossrs/srs-librtmp/issues/4) filter frame. |
| @@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | @@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
| 31 | // current release version | 31 | // current release version |
| 32 | #define VERSION_MAJOR 2 | 32 | #define VERSION_MAJOR 2 |
| 33 | #define VERSION_MINOR 0 | 33 | #define VERSION_MINOR 0 |
| 34 | -#define VERSION_REVISION 211 | 34 | +#define VERSION_REVISION 212 |
| 35 | 35 | ||
| 36 | // generated by configure, only macros. | 36 | // generated by configure, only macros. |
| 37 | #include <srs_auto_headers.hpp> | 37 | #include <srs_auto_headers.hpp> |
| @@ -136,8 +136,5 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | @@ -136,8 +136,5 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
| 136 | #if !defined(__amd64__) && !defined(__x86_64__) && !defined(__i386__) && !defined(__arm__) | 136 | #if !defined(__amd64__) && !defined(__x86_64__) && !defined(__i386__) && !defined(__arm__) |
| 137 | #error "only support i386/amd64/x86_64/arm cpu" | 137 | #error "only support i386/amd64/x86_64/arm cpu" |
| 138 | #endif | 138 | #endif |
| 139 | -#if defined(__arm__) && (__GLIBC__ != 2 || __GLIBC_MINOR__ > 15) | ||
| 140 | - #error "for arm, only support glibc <= 2.15" | ||
| 141 | -#endif | ||
| 142 | 139 | ||
| 143 | #endif | 140 | #endif |
-
请 注册 或 登录 后发表评论