piotrrak
piotrrak
Hello As in subject when uninstalled I can't use library, because headers can't be included correctly: ```cpp #include // or #include "avcpp/av.h" ``` I am aware of 3 potential solutions...
Hello Currently when using as this library meson subproject I have no control over on weather tests and samples are built. The first change bumps required meson version to 0.54.0...
Did not build it, did not test it. Sorry Depends on https://github.com/managarm/cxxshim/pull/5
Hello, Noticed this issue by reviewing the code. That's surely a bug: https://github.com/nnstreamer/nntrainer/blob/89e8b7c6d5ae70d30a40cfb2d629b35138958ab4/nntrainer/opencl/opencl_context_manager.cpp#L156 ```platform_ = platform_;``` Results in not initializing `platform_` member field with `platforms[0]` as I suppose was intended....