1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00
srs/trunk/src
terrencetang2023 a2e10f12e2
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
2023-08-31 08:51:23 +08:00
..
app Support HTTP-API for fetching reload result. v5.0.176 v6.0.71 (#3779) 2023-08-30 19:11:57 +08:00
core Compile: Add aarch64 to the conditions of use of the cbrt function. v6.0.72 (#3776) 2023-08-31 08:51:23 +08:00
kernel WHIP: Improve WHIP deletion by token verification. v5.0.164, v6.0.58 (#3595) 2023-07-01 19:08:21 +08:00
main asan: Fix memory leak in asan by releasing global IPs when run_directly_or_daemon fails. v5.0.154, v6.0.44 (#3541) 2023-05-14 12:04:58 +08:00
protocol SrsContextId assignment can be improved without create a duplicated one. v5.0.175 v6.0.70 (#3503) 2023-08-28 15:51:23 +08:00
utest Support include empty config file. v5.0.173 v6.0.68 (#3768) 2023-08-28 10:53:27 +08:00