Open Al3ssandro99 opened 4 years ago
Looking through the repo I see libopus has been precompiled for 32bit but not for 64bit windows builds. I shouldn't have included either of them really. Anyway if your on windows and using MSYS2 then pacman -S mingw-w64-x86_64-opus
should install into your system else you can build from source https://github.com/xiph/opus . On Linux say Debian based then something like sudo apt install libopus-dev
should install it.
Hi, I'd like to compile JMPX on Windows using Qt Creator, but when Qt compiles it, a warning "cannot find -llibopus" comes out. Did someone get the same problem? How can i solve it? Thanks