ossrs / srs

SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.
https://ossrs.io
MIT License
24.86k stars 5.29k forks source link

Compile: Add aarch64 to the conditions of use of the cbrt function. v6.0.72 #3776

Closed terrencetang2023 closed 10 months ago

terrencetang2023 commented 11 months ago

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