1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

For #1537, #1282, support disable ASM to avoid building bug.

This commit is contained in:
winlin 2019-12-25 16:22:00 +08:00
parent b672ad4b1f
commit 97bb8a5405
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,6 @@
#if defined(MD_USE_BUILTIN_SETJMP)
/* If user disable the ASM, such as avoiding bugs in ASM, donot compile it. */
#if !defined(MD_ST_NO_ASM)
/*
* Portions created by SGI are Copyright (C) 2000 Silicon Graphics, Inc.