Open mulimoen opened 4 years ago
In #12 the library was not found under a system path. We should search for the appropriate library and emit the correct include and search flags for uvc. This could be done using e.g. pkg-config, predefined paths, or an environment variable.
uvc
pkg-config
In #12 the library was not found under a system path. We should search for the appropriate library and emit the correct include and search flags for
uvc
. This could be done using e.g.pkg-config
, predefined paths, or an environment variable.