mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine the macro, use int as version type. 2.0.8
This commit is contained in:
parent
8521762cb3
commit
fa53250202
4 changed files with 58 additions and 40 deletions
|
@ -11,6 +11,12 @@
|
|||
|
||||
#include "public.h"
|
||||
|
||||
#if !defined(__ia64__)
|
||||
#error "IA64 not supported"
|
||||
#else
|
||||
#error "Only IA64 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