mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
research st: only support linux
This commit is contained in:
parent
d67454ecc2
commit
0f41e0d26f
1 changed files with 4 additions and 4 deletions
|
@ -72,13 +72,13 @@
|
|||
#elif defined (IRIX)
|
||||
#error "IRIX not supported"
|
||||
#elif defined (NETBSD)
|
||||
#error "IRIX not supported"
|
||||
#error "NETBSD not supported"
|
||||
#elif defined (OPENBSD)
|
||||
#error "IRIX not supported"
|
||||
#error "OPENBSD not supported"
|
||||
#elif defined (OSF1)
|
||||
#error "IRIX not supported"
|
||||
#error "OSF1 not supported"
|
||||
#elif defined (SOLARIS)
|
||||
#error "IRIX not supported"
|
||||
#error "SOLARIS not supported"
|
||||
#else
|
||||
#error "Unknown OS"
|
||||
#endif /* OS */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue