Skip to content

Commit e775eb3

Browse files
committed
support all arm for patched st. 2.0.212
1 parent 958e20a commit e775eb3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ Remark:
340340

341341
## History
342342

343+
* v2.0, 2016-09-03, support all arm for [patched st](https://github.com/ossrs/state-threads/issues/1). 2.0.212
343344
* v2.0, 2016-09-01, workaround [#511][bug #511] the fly stfd in close. 2.0.211
344345
* v2.0, 2016-08-30, comment the pcr.
345346
* v2.0, 2016-08-18, fix [srs-librtmp#4](https://github.com/ossrs/srs-librtmp/issues/4) filter frame.

trunk/src/core/srs_core.hpp

+1-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3131
// current release version
3232
#define VERSION_MAJOR 2
3333
#define VERSION_MINOR 0
34-
#define VERSION_REVISION 211
34+
#define VERSION_REVISION 212
3535

3636
// generated by configure, only macros.
3737
#include <srs_auto_headers.hpp>
@@ -136,8 +136,5 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
136136
#if !defined(__amd64__) && !defined(__x86_64__) && !defined(__i386__) && !defined(__arm__)
137137
#error "only support i386/amd64/x86_64/arm cpu"
138138
#endif
139-
#if defined(__arm__) && (__GLIBC__ != 2 || __GLIBC_MINOR__ > 15)
140-
#error "for arm, only support glibc <= 2.15"
141-
#endif
142139

143140
#endif

0 commit comments

Comments
 (0)