-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
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
Error compiling with LC3plus #599
Comments
Do you have LC3plus (not LC3) library installed? The lc3.h from lc3plus defines |
I compiled libLC3plus.so using the makefile changes in #479 and copied it into the /usr/lib/ folder. |
Please, check from where the |
I copied lc3.h and lc3.c from the ETSI floating point source code to /usr/include/ and it looks like it compiled / installed without any issues but I still don't see LC3 in the pipewire compile. |
Hmm... you might be right, because this repo is not for pipewire project :D But if you meant that in pipewire LC3plus (not LC3) is not activated when connecting with bluealsa, make sure that LC3plus is enabled in bluealsa via command line options, i.e.: |
Since there are no more replies, I understand that the issues is solved. Otherwise, please reopen it and provide more details about your setup. |
In file included from ../../src/a2dp-sbc.c:31:
../../src/utils.h:54:30: error: unknown type name ‘LC3PLUS_Error’
54 | const char *lc3plus_strerror(LC3PLUS_Error err);
| ^~~~~~~~~~~~~
make[3]: *** [Makefile:736: a2dp-sbc.o] Error 1
The text was updated successfully, but these errors were encountered: