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
It's need to make the CORRECT detection of system-wide installed OPUS library
/usr/local/include/opus/opusfile.h:110:31: fatal error: opus_multistream.h: No such file or directory # include <opus_multistream.h>
for now it's incorrect and won't work right.
The text was updated successfully, but these errors were encountered:
Fixed the missing OPUS include path
619bd65
#25
Fixed, now it works!
Sorry, something went wrong.
Wohlstand
No branches or pull requests
It's need to make the CORRECT detection of system-wide installed OPUS library
for now it's incorrect and won't work right.
The text was updated successfully, but these errors were encountered: