mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Compile: Add aarch64 to the conditions of use of the cbrt function. v6.0.72 (#3776)
I got an error when cross-compiling the aarch64 platform, the log is as follows: `./libavutil/libm.h:54:32: error: static declaration of 'cbrt' follows non-static declaration` I see that there are such compilation errors in the trunk/auto/depends.sh file that have been resolved for the ARM and MIPSE platforms, and it is recommended to add the ARCH64 platform
This commit is contained in:
parent
aa5ec87fcb
commit
a2e10f12e2
4 changed files with 4 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
|||
[](https://stackoverflow.com/questions/tagged/simple-realtime-server)
|
||||
[](https://opencollective.com/srs-server)
|
||||
[](https://hub.docker.com/r/ossrs/srs/tags)
|
||||
[](https://cloud.digitalocean.com/droplets/new?appId=133468816&size=s-1vcpu-512mb-10gb®ion=sgp1&image=ossrs-srs&type=applications)
|
||||
[](https://cloud.digitalocean.com/droplets/new?appId=133468816&size=s-2vcpu-2gb®ion=sgp1&image=ossrs-srs&type=applications)
|
||||
[](https://api.securityscorecards.dev/projects/github.com/ossrs/srs)
|
||||
[](https://bestpractices.coreinfrastructure.org/projects/5619)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue