mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Support arm (ubuntu12 dev env)(debian armhf, v7cpu) with ssl/hls/librtmp.
This commit is contained in:
parent
b6a4aac16f
commit
5a4373d483
4 changed files with 24 additions and 1 deletions
21
trunk/3rdparty/patches/1.st.arm.patch
vendored
Normal file
21
trunk/3rdparty/patches/1.st.arm.patch
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
Only in .: 1.st.arm.patch
|
||||
diff -r -c ./md.h ../st-1.9-patch-arm/md.h
|
||||
*** ./md.h 2009-10-02 02:46:43.000000000 +0800
|
||||
--- ../st-1.9-patch-arm/md.h 2014-03-16 20:49:03.845344804 +0800
|
||||
***************
|
||||
*** 422,428 ****
|
||||
#define MD_STACK_GROWS_DOWN
|
||||
|
||||
#if defined(__GLIBC__) && __GLIBC__ >= 2
|
||||
! #define MD_GET_SP(_t) (_t)->context[0].__jmpbuf[20]
|
||||
#else
|
||||
#error "ARM/Linux pre-glibc2 not supported yet"
|
||||
#endif /* defined(__GLIBC__) && __GLIBC__ >= 2 */
|
||||
--- 422,428 ----
|
||||
#define MD_STACK_GROWS_DOWN
|
||||
|
||||
#if defined(__GLIBC__) && __GLIBC__ >= 2
|
||||
! #define MD_GET_SP(_t) (_t)->context[0].__jmpbuf[8]
|
||||
#else
|
||||
#error "ARM/Linux pre-glibc2 not supported yet"
|
||||
#endif /* defined(__GLIBC__) && __GLIBC__ >= 2 */
|
Loading…
Add table
Add a link
Reference in a new issue