Skip to content

Commit

Permalink
arm is ok for ossrs/state-threads#1
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Sep 3, 2016
1 parent ef56f4a commit 077365d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/app/htl_app_rtmp_protocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 077365d

Please sign in to comment.