vlc-rs/libvlc-sys
Alaric Senat 13e5713e30 build: probe pkg-config once and drop the redundant vlc link
pkg-config was probed up to three times per build: once inside
generate_bindings for the header include paths, once for linking, and
then main unconditionally emitted `cargo:rustc-link-lib=vlc` on top of the
directives the successful probe already prints, libvlc ended up on
the link line two or three times.

Probe a single time in main and thread the resulting Library into
generate_bindings for its include paths. Drop the manual rustc-link-lib
line, since a successful pkg_config probe emits it.
2026-07-23 12:01:58 +02:00
..
src Use bindgen 2022-02-25 16:05:10 +01:00
Cargo.toml build: bump bindgen to 0.72 and migrate to the allowlist API 2026-07-23 12:01:58 +02:00
bindings.rs Use bindgen 2022-02-25 16:05:10 +01:00
build.rs build: probe pkg-config once and drop the redundant vlc link 2026-07-23 12:01:58 +02:00
wrapper.h Use bindgen 2022-02-25 16:05:10 +01:00