vlc-rs/libvlc-sys
Alaric Senat 832a715d79 libvlc-sys: declare vsnprintf outside the generated block
vsnprintf is a C-runtime symbol, not a libvlc export, so it has no business
sitting in the block of bindings generated from libvlc's headers. It only
ended up there because the Windows link workaround needed a declaration.

Drop it from the allowlist and declare it by hand in lib.rs.
2026-08-27 11:44:17 +02:00
..
src libvlc-sys: declare vsnprintf outside the generated block 2026-08-27 11:44:17 +02:00
Cargo.toml build: replace the use-bindgen feature with a `cargo xtask bindgen` tool 2026-07-24 10:05:32 +02:00
bindings.rs libvlc-sys: declare vsnprintf outside the generated block 2026-08-27 11:44:17 +02:00
build.rs build: replace the use-bindgen feature with a `cargo xtask bindgen` tool 2026-07-24 10:05:32 +02:00
wrapper.h Use bindgen 2022-02-25 16:05:10 +01:00