From e775eb3ff228bea94bee2d4ea8b3b7f00d6355c4 Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 3 Sep 2016 18:47:46 +0800 Subject: [PATCH] support all arm for patched st. 2.0.212 --- README.md | 1 + trunk/src/core/srs_core.hpp | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bf90d4df6b..8693a11f29 100755 --- a/README.md +++ b/README.md @@ -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. diff --git a/trunk/src/core/srs_core.hpp b/trunk/src/core/srs_core.hpp index be2c812a7c..2d7f96de55 100644 --- a/trunk/src/core/srs_core.hpp +++ b/trunk/src/core/srs_core.hpp @@ -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 211 +#define VERSION_REVISION 212 // generated by configure, only macros. #include @@ -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