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
Trying to install sip2mqtt in latest Home Assistant on an Odroidc2 (aarch64) failed:
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:10: fatal error: emmintrin.h: No such file or directory
Looks like it's trying to build webrtc with intrinisics for Intel SSE2. Maybe disable WebRTC would help? (--disable-libwebrtc)
The text was updated successfully, but these errors were encountered:
Same issue here. Raspberry Pi.
Sorry, something went wrong.
A possible solution is using my fork of this repo. There were other problems as well. https://github.com/manutoky/hassio-addons
Hey @manutoky . Currently i am unable to fix this - but can you please create a pull request?
#14 I hope this is the only fix needed.
No branches or pull requests
Trying to install sip2mqtt in latest Home Assistant on an Odroidc2 (aarch64) failed:
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:10: fatal error: emmintrin.h: No such file or directory
Looks like it's trying to build webrtc with intrinisics for Intel SSE2.
Maybe disable WebRTC would help? (--disable-libwebrtc)
The text was updated successfully, but these errors were encountered: