mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine code
This commit is contained in:
parent
92c8c0505d
commit
366d6bcb82
7 changed files with 41 additions and 12 deletions
|
@ -64,7 +64,7 @@ int main(int argc, char** argv)
|
|||
|
||||
// directly failed when compile limited.
|
||||
#if defined(SRS_AUTO_GPERF_MP) || defined(SRS_AUTO_GPERF_MP) \
|
||||
|| defined(SRS_AUTO_GPERF_MC) || defined(SRS_AUTO_GPERF_MP)
|
||||
|| defined(SRS_AUTO_GPERF_MC) || defined(SRS_AUTO_GPERF_MP)
|
||||
srs_error("donot support gmc/gmp/gcp/gprof");
|
||||
exit(-1);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue