Commit Graph

3 Commits (d230c79155832bc396fb64ef28cf233d05e0f68e)

Author SHA1 Message Date
Romain Roffé 34bd7b2988 Use bindgen
binding.rs generation with bindgen is optional.

By default, a pre-generated binding.rs is copied in OUT_DIR. This allows
for example to build on Windows and link against a standard VLC
installation.

Feature "use-bindgen" will trigger binding generation.
2022-02-25 16:05:10 +01:00
Raniz 93560d3e10 Update for Rust 2018 2019-11-25 11:48:12 +01:00
Raniz d379d70a1c VLM as a separate module
* Refactored VLM methods into a VLM trait in it's own module
* Added more VLM methods
2019-11-25 11:43:23 +01:00