![]() |
[Solved] asplib need some love from a linux (cmake) packager - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26) +---- Forum: Audio DSP (https://forum.kodi.tv/forumdisplay.php?fid=235) +---- Thread: [Solved] asplib need some love from a linux (cmake) packager (/showthread.php?tid=234010) |
[Solved] asplib need some love from a linux (cmake) packager - dhead - 2015-08-02 It looks like the CMake config files of asplib need an update. I've sent a PR which fix the compilation issues on my system (Arch Linux, x86_64) but more updates needed, e.g. not all source files are compiled and headers that should be installed are not. I'm not a CMake expert and ATM I don't have VS installed to compare the solution to CMake and find what's missing. Edit: I done what I can to make sure all the needed headers and sources are built, I'm guessing the Matlab files are a testbench and not needed for the lib, now adsp.biquad.filters is compiling successfully on my system. RE: [Solved] asplib need some love from a linux (cmake) packager - AchimTuran - 2016-04-06 Currently it gets more love here and here. ![]() |