celona
celona
The previous test produced a warning and now opusenc reports the libopus version as unknown. In the next test I will try to recompile the version indicated on the opus...
───────────────────────────────────────────────────── DietPi v9.2.1 : 21 APT updates available ───────────────────────────────────────────────────── - Device model : StarFive VisionFive 2 (riscv64) uname -a Linux DietPi 6.1.81 #1 SMP Sat Mar 9 21:40:38 UTC 2024...
Conclusion: I hope I haven't abused your time, the compilation on RISC-V is successful despite the warnings even with DietPi, with the code indicated on the opus site the version...
> First, is your opusenc even dynamically linked. Second, did you check where it's looking for libopus? If it's linking with /usr/lib/libopus.so.x and you're installing to /usr/local/libopus.so.x then it's not...
If you need to create libopus you can do this (opus-tools 0.2 report using libopus unknown): ``` wget https://github.com/xiph/opus/archive/refs/heads/main.zip unzip main.zip cd opus-main/ /autogen.sh ./configure sudo make install ``` or,...