mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix compile failed bug.
This commit is contained in:
parent
353e3260b8
commit
65e4bf2e77
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
#if !defined(__amd64__) && !defined(__x86_64__) && !defined(__i386__) && !defined(__arm__)
|
#if !defined(__amd64__) && !defined(__x86_64__) && !defined(__i386__) && !defined(__arm__)
|
||||||
#error "only support i386/amd64/x86_64/arm cpu"
|
#error "only support i386/amd64/x86_64/arm cpu"
|
||||||
#endif
|
#endif
|
||||||
#if defined(__arm__) && __GLIBC__ != 2 || __GLIBC_MINOR__ > 15
|
#if defined(__arm__) && (__GLIBC__ != 2 || __GLIBC_MINOR__ > 15)
|
||||||
#error "for arm, only support glibc <= 2.15"
|
#error "for arm, only support glibc <= 2.15"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue