We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ossrs/srs#1547 支持交叉编译:ARM,MIPS,armv8,aarch64等
ossrs/srs#1282 支持直接编译:ARM和龙芯等平台,For ARM, armv8, aarch64, etc.
如果没有识别出来CPU,可以明确指定,比如:
make linux-debug EXTRA_CFLAGS="-D__aarch64__"
The text was updated successfully, but these errors were encountered:
Fix #9, support aarch64 for armv8
0451a89
For #9, use new algorithm for arm.
f9a13a8
No branches or pull requests
ossrs/srs#1547
支持交叉编译:ARM,MIPS,armv8,aarch64等
ossrs/srs#1282
支持直接编译:ARM和龙芯等平台,For ARM, armv8, aarch64, etc.
Unknown CPU
如果没有识别出来CPU,可以明确指定,比如:
The text was updated successfully, but these errors were encountered: