mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
research st, remove __ia64__ cpu support
This commit is contained in:
parent
a27c3dca2d
commit
340464ed56
3 changed files with 1 additions and 35 deletions
|
@ -11,10 +11,6 @@
|
|||
|
||||
#include "public.h"
|
||||
|
||||
#if defined(__ia64__)
|
||||
#error "IA64 not supported"
|
||||
#endif
|
||||
|
||||
#define srs_trace(msg, ...) printf(msg, ##__VA_ARGS__);printf("\n")
|
||||
|
||||
int io_port = 1990;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue