diff --git a/src/app/htl_app_rtmp_protocol.cpp b/src/app/htl_app_rtmp_protocol.cpp index aa4c613..79df14b 100644 --- a/src/app/htl_app_rtmp_protocol.cpp +++ b/src/app/htl_app_rtmp_protocol.cpp @@ -230,15 +230,11 @@ 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 + * 1. i386/amd64/x86_64/arm */ #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 // following is generated by src/core/srs_core_autofree.hpp