vlc-rs/src
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
..
audio.rs Use bindgen 2022-02-25 16:05:10 +01:00
core.rs Use bindgen 2022-02-25 16:05:10 +01:00
enums.rs Use bindgen 2022-02-25 16:05:10 +01:00
lib.rs Use bindgen 2022-02-25 16:05:10 +01:00
media.rs Use bindgen 2022-02-25 16:05:10 +01:00
media_library.rs Use bindgen 2022-02-25 16:05:10 +01:00
media_list.rs Use bindgen 2022-02-25 16:05:10 +01:00
media_player.rs Use bindgen 2022-02-25 16:05:10 +01:00
tools.rs tools: use ? instead of try 2019-11-15 18:43:24 +01:00
video.rs Use bindgen 2022-02-25 16:05:10 +01:00
vlm.rs Use bindgen 2022-02-25 16:05:10 +01:00