l1npengtul / libuvc-rs

Rust wrapper around libuvc
MIT License
48 stars 18 forks source link

Locate and bind appropriate library #13

Open mulimoen opened 4 years ago

mulimoen commented 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.