mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Loongson/mips64: Support FFmpeg and openssl.
This commit is contained in:
parent
0a025fc4b6
commit
1ab584b2ae
2 changed files with 13 additions and 8 deletions
|
@ -58,8 +58,8 @@
|
|||
(void)0
|
||||
|
||||
// Check CPU for ST(state-threads), please read https://github.com/ossrs/state-threads/issues/22
|
||||
#if !defined(__amd64__) && !defined(__x86_64__) && !defined(__i386__) && !defined(__arm__) && !defined(__aarch64__) && !defined(__mips__) && !defined(__loongarch__) && !defined(__riscv)
|
||||
#error "Only support i386/amd64/x86_64/arm/aarch64/mips/loongarch/riscv cpu"
|
||||
#if !defined(__amd64__) && !defined(__x86_64__) && !defined(__i386__) && !defined(__arm__) && !defined(__aarch64__) && !defined(__mips__) && !defined(__mips64) && !defined(__loongarch64) && !defined(__riscv)
|
||||
#error "Only support i386/amd64/x86_64/arm/aarch64/mips/mips64/loongarch64/riscv cpu"
|
||||
#endif
|
||||
|
||||
// Error predefined for all modules.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue