From 1214af643ea4ce647d4c770750e4a83d720cb442 Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 3 Sep 2016 23:11:51 +0800 Subject: [PATCH] refine comments for arm --- trunk/src/core/srs_core.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/trunk/src/core/srs_core.hpp b/trunk/src/core/srs_core.hpp index 2d7f96de5..e2da92e2a 100644 --- a/trunk/src/core/srs_core.hpp +++ b/trunk/src/core/srs_core.hpp @@ -129,9 +129,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. /** * important check for st(state-threads), - * only support the following cpus: - * 1. i386/amd64/x86_64 - * 2. arm, glibc <= 2.15 + * only support the following cpus: i386/amd64/x86_64/arm + * @reamrk to patch ST for arm, read https://github.com/ossrs/state-threads/issues/1 */ #if !defined(__amd64__) && !defined(__x86_64__) && !defined(__i386__) && !defined(__arm__) #error "only support i386/amd64/x86_64/arm cpu"