vlc-rs/libvlc-sys
Alaric Senat f508cf7daf libvlc-sys: import libvlc via raw-dylib on Windows
Windows has no import library to link against: the VLC installer and
.zip ship libvlc.dll but no .lib. Previous workaround was to use vswhom
+ dumpbin + lib.exe to synthesise one at build time from the DLL's
exports.

rustc's `raw-dylib` linkage removes the need entirely, it generates the
imports straight from the DLL name.
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 libvlc-sys: import libvlc via raw-dylib on Windows 2026-08-27 11:44:17 +02:00
bindings.rs libvlc-sys: import libvlc via raw-dylib on Windows 2026-08-27 11:44:17 +02:00
build.rs libvlc-sys: import libvlc via raw-dylib on Windows 2026-08-27 11:44:17 +02:00
wrapper.h Use bindgen 2022-02-25 16:05:10 +01:00