1
0
Fork 0
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:
winlin 2014-11-06 15:45:31 +08:00
parent d67454ecc2
commit 0f41e0d26f

View file

@ -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 */