mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update arm tool chain
This commit is contained in:
parent
a6d9da5e43
commit
a9d11df3a3
2 changed files with 12 additions and 6 deletions
|
@ -161,6 +161,9 @@ int main(int argc, char** argv)
|
|||
srs_trace("uname: "SRS_UNAME);
|
||||
srs_trace("build: %s, %s", SRS_BUILD_DATE, srs_is_little_endian()? "little-endian":"big-endian");
|
||||
srs_trace("configure: "SRS_CONFIGURE);
|
||||
#ifdef SRS_ARM_UBUNTU12
|
||||
srs_trace("arm tool chain: "SRS_ARM_TOOL_CHAIN);
|
||||
#endif
|
||||
|
||||
if ((ret = _srs_server->initialize()) != ERROR_SUCCESS) {
|
||||
return ret;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue